From 912059b82f3228f1163d29cf0fc32635ccf28906 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 6 Feb 2017 02:57:46 +0000 Subject: [PATCH] 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 --- src/wp-includes/rest-api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/rest-api.php b/src/wp-includes/rest-api.php index 4f9e7e607f..d5d76386cd 100644 --- a/src/wp-includes/rest-api.php +++ b/src/wp-includes/rest-api.php @@ -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.