From 0c72120925de3f87eb3324cb14ad440e23974f67 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 22 May 2016 18:23:31 +0000 Subject: [PATCH] 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. git-svn-id: https://develop.svn.wordpress.org/trunk@37494 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/bookmark-template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/bookmark-template.php b/src/wp-includes/bookmark-template.php index 47bfb4a181..c6b7fd2b55 100644 --- a/src/wp-includes/bookmark-template.php +++ b/src/wp-includes/bookmark-template.php @@ -248,7 +248,7 @@ function wp_list_bookmarks( $args = '' ) { $r['category_before'] ); /** - * Filter the bookmarks category name. + * Filters the bookmarks category name. * * @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 *