Docs: Use more inclusive term in `rest_filter_response_fields` docblock.
See #59651. Built from https://develop.svn.wordpress.org/trunk@57692 git-svn-id: http://core.svn.wordpress.org/trunk@57193 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f95f3e8334
commit
299b8ee2a1
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue