- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php
r45811 r45932 70 70 if ( ! $search_handler instanceof WP_REST_Search_Handler ) { 71 71 72 /* translators: %s: PHP class name */72 /* translators: %s: PHP class name. */ 73 73 _doing_it_wrong( __METHOD__, sprintf( __( 'REST search handlers must extend the %s class.' ), 'WP_REST_Search_Handler' ), '5.0.0' ); 74 74 continue;
Note: See TracChangeset
for help on using the changeset viewer.