Docs: Use more inclusive term in rest_filter_response_fields docblock.

See #59651.

git-svn-id: https://develop.svn.wordpress.org/trunk@57692 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Pascal Birchler 2024-02-22 09:52:56 +00:00
parent bf2d4016aa
commit 2f4cc966e9

View File

@ -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
*