- Timestamp:
- 02/23/2017 08:09:11 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-request.php
r39594 r40105 365 365 } 366 366 367 $accepts_body_data = array( 'POST', 'PUT', 'PATCH' );367 $accepts_body_data = array( 'POST', 'PUT', 'PATCH', 'DELETE' ); 368 368 if ( in_array( $this->method, $accepts_body_data ) ) { 369 369 $order[] = 'POST';
Note: See TracChangeset
for help on using the changeset viewer.