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 *