Changeset 20672 for trunk/wp-includes/formatting.php
- Timestamp:
- 05/01/2012 09:05:02 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r20653 r20672 3060 3060 $string = preg_replace('/[\r\n\t ]+/', ' ', $string); 3061 3061 3062 return trim( $string);3062 return trim( $string ); 3063 3063 } 3064 3064
Note: See TracChangeset
for help on using the changeset viewer.