Docs: Standardize filter docs in wp-includes/bookmark-template.php to use third-person singular verbs per the inline documentation standards for PHP.

See #36913.

Built from https://develop.svn.wordpress.org/trunk@37494


git-svn-id: http://core.svn.wordpress.org/trunk@37462 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-05-22 18:24:28 +00:00
parent 136296c111
commit b7fc55237d
2 changed files with 3 additions and 3 deletions

View File

@ -248,7 +248,7 @@ function wp_list_bookmarks( $args = '' ) {
$r['category_before'] $r['category_before']
); );
/** /**
* Filter the bookmarks category name. * Filters the bookmarks category name.
* *
* @since 2.2.0 * @since 2.2.0
* *
@ -289,7 +289,7 @@ function wp_list_bookmarks( $args = '' ) {
} }
/** /**
* Filter the bookmarks list before it is echoed or returned. * Filters the bookmarks list before it is echoed or returned.
* *
* @since 2.5.0 * @since 2.5.0
* *

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.6-alpha-37493'; $wp_version = '4.6-alpha-37494';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.