diff --git a/wp-includes/rest-api.php b/wp-includes/rest-api.php index b44b205afb..5bf4887551 100644 --- a/wp-includes/rest-api.php +++ b/wp-includes/rest-api.php @@ -880,7 +880,7 @@ function _rest_array_intersect_key_recursive( $array1, $array2 ) { } /** - * Filters the REST API response to include only a white-listed set of response object fields. + * Filters the REST API response to include only an allow-listed set of response object fields. * * @since 4.8.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index ee90389543..afc1fe71d7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-beta2-57691'; +$wp_version = '6.5-beta2-57692'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.