Docs: Standardize filter docs in root folder files to use third-person singular verbs per the inline documentation standards for PHP.
Fixes #36913. Built from https://develop.svn.wordpress.org/trunk@37535 git-svn-id: http://core.svn.wordpress.org/trunk@37503 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -46,7 +46,7 @@ else
|
||||
|
||||
foreach ( (array)$cats as $cat ) :
|
||||
/**
|
||||
* Filter the OPML outline link category name.
|
||||
* Filters the OPML outline link category name.
|
||||
*
|
||||
* @since 2.2.0
|
||||
*
|
||||
@@ -60,7 +60,7 @@ foreach ( (array)$cats as $cat ) :
|
||||
$bookmarks = get_bookmarks(array("category" => $cat->term_id));
|
||||
foreach ( (array)$bookmarks as $bookmark ) :
|
||||
/**
|
||||
* Filter the OPML outline link title text.
|
||||
* Filters the OPML outline link title text.
|
||||
*
|
||||
* @since 2.2.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user