Changeset 59456
- Timestamp:
- 11/24/2024 06:35:44 PM (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r59040 r59456 819 819 820 820 foreach ( $endpoints as $endpoint ) { 821 // Remove the redundant preg_match() argument.822 unset( $args[0] );823 824 821 $request->set_url_params( $args ); 825 822 $request->set_attributes( $endpoint );
Note: See TracChangeset
for help on using the changeset viewer.