Changeset 35659 for trunk/src/wp-includes/rest-api/class-wp-rest-server.php
- Timestamp:
- 11/18/2015 07:23:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-server.php
r35653 r35659 790 790 791 791 if ( ! is_wp_error( $response ) ) { 792 // Remove the redundant preg_match argument. 793 unset( $args[0] ); 792 794 793 795 $request->set_url_params( $args );
Note: See TracChangeset
for help on using the changeset viewer.