- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-controller.php
r43087 r43571 587 587 if ( WP_REST_Server::CREATABLE !== $method ) { 588 588 $params['arg_options'] = array_diff_key( 589 $params['arg_options'], array( 589 $params['arg_options'], 590 array( 590 591 'required' => '', 591 592 'default' => '',
Note: See TracChangeset
for help on using the changeset viewer.