Changeset 12052 for trunk/wp-includes/functions.php
- Timestamp:
- 10/18/2009 11:50:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r12044 r12052 3480 3480 return $file_data; 3481 3481 } 3482 /* 3483 * Used internally to tidy up the search terms 3484 * 3485 * @private 3486 * @since 2.9.0 3487 */ 3488 function _search_terms_tidy($t) { 3489 return trim($t, "\"\'\n\r "); 3490 } 3482 3491 ?>
Note: See TracChangeset
for help on using the changeset viewer.