Ticket #52457: 52457.patch
| File 52457.patch, 500 bytes (added by , 5 years ago) |
|---|
-
src/wp-includes/general-template.php
diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index ac73641287..9ad132abfd 100644
a b function get_search_query( $escaped = true ) { 3988 3988 * 3989 3989 * @param mixed $search Contents of the search query variable. 3990 3990 */ 3991 add_filter( 'wp_robots', 'wp_robots_no_robots' ); 3991 3992 $query = apply_filters( 'get_search_query', get_query_var( 's' ) ); 3992 3993 3993 3994 if ( $escaped ) {