diff --git a/wp-includes/rest-api.php b/wp-includes/rest-api.php index 4f9e7e607f..d5d76386cd 100644 --- a/wp-includes/rest-api.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 41a8ef1670..764cd15be2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.