Docs: Consistently use third-person singular verbs for various filter descriptions, per the documentation standards.

See #50768.
Built from https://develop.svn.wordpress.org/trunk@48782


git-svn-id: http://core.svn.wordpress.org/trunk@48544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-08-11 00:34:08 +00:00
parent 3ce948f0bd
commit 726f0b81b1
3 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ get_header(); ?>
<div class="author-avatar">
<?php
/**
* Filter the author bio avatar size.
* Filters the author bio avatar size.
*
* @since Twenty Twelve 1.0
*

View File

@ -19,7 +19,7 @@ $post_title = sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attrib
</header>
<?php
/**
* Filter the status avatar size.
* Filters the status avatar size.
*
* @since Twenty Twelve 1.0
*

View File

@ -93,7 +93,7 @@ get_header(); ?>
<a href="<?php echo esc_url( $next_attachment_url ); ?>" title="<?php the_title_attribute(); ?>" rel="attachment">
<?php
/**
* Filter the image attachment size to use.
* Filters the image attachment size to use.
*
* @since Twenty Twelve 1.0
*