Make WordPress Core

Changeset 12958


Ignore:
Timestamp:
02/04/2010 09:54:24 PM (17 years ago)
Author:
westi
Message:

Fix bug in _search_terms_tidy. Fixes #12060 for trunk props miqrogroove.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r12854 r12958  
    38493849 */
    38503850function _search_terms_tidy($t) {
    3851         return trim($t, "\"\'\n\r ");
     3851        return trim($t, "\"'\n\r ");
    38523852}
    38533853?>
Note: See TracChangeset for help on using the changeset viewer.