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:
parent
d295ea290e
commit
912059b82f
|
@ -984,7 +984,7 @@ function rest_get_avatar_urls( $email ) {
|
||||||
*/
|
*/
|
||||||
function rest_get_avatar_sizes() {
|
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
|
* Use this filter to adjust the array of sizes returned by the
|
||||||
* `rest_get_avatar_sizes` function.
|
* `rest_get_avatar_sizes` function.
|
||||||
|
|
Loading…
Reference in New Issue