From b7fc55237d42d788b665025508e57b6c3dab4690 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 22 May 2016 18:24:28 +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. Built from https://develop.svn.wordpress.org/trunk@37494 git-svn-id: http://core.svn.wordpress.org/trunk@37462 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/bookmark-template.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/bookmark-template.php b/wp-includes/bookmark-template.php index 47bfb4a181..c6b7fd2b55 100644 --- a/wp-includes/bookmark-template.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 2101dd6fd9..783d07f99f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.