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
This commit is contained in:
Drew Jaynes 2016-05-22 18:29:27 +00:00
parent 42d1936336
commit 1f231c7293
2 changed files with 3 additions and 3 deletions

View File

@ -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
*

View File

@ -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.