Docs: Use third-person singular verb for rest_avatar_sizes filter description.

See #39130.
Built from https://develop.svn.wordpress.org/trunk@40047


git-svn-id: http://core.svn.wordpress.org/trunk@39984 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-02-06 02:58:40 +00:00
parent e29bbcd167
commit 234f2040a8
2 changed files with 2 additions and 2 deletions

View File

@ -984,7 +984,7 @@ function rest_get_avatar_urls( $email ) {
*/
function rest_get_avatar_sizes() {
/**
* Filter the REST avatar sizes.
* Filters the REST avatar sizes.
*
* Use this filter to adjust the array of sizes returned by the
* `rest_get_avatar_sizes` function.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-40046';
$wp_version = '4.8-alpha-40047';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.