- Timestamp:
- 09/14/2023 12:44:23 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php
r55293 r56586 196 196 // Restores the more descriptive, specific name for use within this method. 197 197 $item_id = $item; 198 198 199 $handler = $this->get_search_handler( $request ); 199 200 if ( is_wp_error( $handler ) ) {
Note: See TracChangeset
for help on using the changeset viewer.