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. git-svn-id: https://develop.svn.wordpress.org/trunk@37502 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
421522e8b8
commit
72acee3818
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user