diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 74b52246a..1f5d51d46 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -3848,6 +3848,6 @@ function get_file_data( $file, $default_headers, $context = '' ) { * @since 2.9.0 */ function _search_terms_tidy($t) { - return trim($t, "\"\'\n\r "); + return trim($t, "\"'\n\r "); } ?>