X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/16b9f61a8ab25bd6c9fbfd0cea00c7bda22f6a71..refs/tags/wordpress-2.9.2:/wp-includes/functions.php diff --git a/wp-includes/functions.php b/wp-includes/functions.php index c4a481be..1df479e6 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -3635,6 +3635,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 "); } ?>