From 1f231c7293baa790c6d52c60bb1152dcd94fdc8d Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 22 May 2016 18:29:27 +0000 Subject: [PATCH] Docs: Standardize filter docs in wp-includes/post-thumbnail-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@37502 git-svn-id: http://core.svn.wordpress.org/trunk@37470 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post-thumbnail-template.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/post-thumbnail-template.php b/wp-includes/post-thumbnail-template.php index 2862bdc93c..2b95f4fb70 100644 --- a/wp-includes/post-thumbnail-template.php +++ b/wp-includes/post-thumbnail-template.php @@ -119,7 +119,7 @@ function get_the_post_thumbnail( $post = null, $size = 'post-thumbnail', $attr = $post_thumbnail_id = get_post_thumbnail_id( $post ); /** - * Filter the post thumbnail size. + * Filters the post thumbnail size. * * @since 2.9.0 * @@ -163,7 +163,7 @@ function get_the_post_thumbnail( $post = null, $size = 'post-thumbnail', $attr = $html = ''; } /** - * Filter the post thumbnail HTML. + * Filters the post thumbnail HTML. * * @since 2.9.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index f5876456e4..8dd587e816 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37501'; +$wp_version = '4.6-alpha-37502'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.