]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/functions.php
Wordpress 2.9.2
[autoinstalls/wordpress.git] / wp-includes / functions.php
index c4a481bef8a689d896c007dd0aef98fa8ee7a742..1df479e683425af16125f2b055b5fdaaebcc0731 100644 (file)
@@ -3635,6 +3635,6 @@ function get_file_data( $file, $default_headers, $context = '' ) {
  * @since 2.9.0
  */
 function _search_terms_tidy($t) {
  * @since 2.9.0
  */
 function _search_terms_tidy($t) {
-       return trim($t, "\"\'\n\r ");
+       return trim($t, "\"'\n\r ");
 }
 ?>
 }
 ?>