- Timestamp:
- 04/09/2020 10:52:45 PM (6 years ago)
- Location:
- branches/5.4
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/rest-api/endpoints/class-wp-rest-controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4
-
branches/5.4/src/wp-includes/rest-api/endpoints/class-wp-rest-controller.php
r47391 r47563 452 452 } 453 453 454 if ( ! in_array( $field_name, $requested_fields, true) ) {454 if ( ! rest_is_field_included( $field_name, $requested_fields ) ) { 455 455 continue; 456 456 }
Note: See TracChangeset
for help on using the changeset viewer.