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

See #39130.

git-svn-id: https://develop.svn.wordpress.org/trunk@40047 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-02-06 02:57:46 +00:00
parent d295ea290e
commit 912059b82f
1 changed files with 1 additions and 1 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.