Skip to content

Commit

Permalink
Fix bug in _search_terms_tidy. Fixes #12060 for 2.9 branch props miqr…
Browse files Browse the repository at this point in the history
…ogroove.

git-svn-id: http://svn.automattic.com/wordpress/branches/2.9@12959 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
westi committed Feb 4, 2010
1 parent fde3574 commit 4cf8bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ");
}
?>

0 comments on commit 4cf8bb8

Please sign in to comment.