Ticket #51131: 51131.diff
File 51131.diff, 514 bytes (added by , 4 years ago) |
---|
-
wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php
140 140 ); 141 141 } 142 142 143 $ids = array_map( 'absint', $result[ WP_REST_Search_Handler::RESULT_IDS ] );143 $ids = $result[ WP_REST_Search_Handler::RESULT_IDS ]; 144 144 145 145 $results = array(); 146 146