Changeset 2056
- Timestamp:
- 01/06/2005 10:10:55 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions-formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-formatting.php
r2036 r2056 53 53 function clean_pre($text) { 54 54 $text = str_replace('<br />', '', $text); 55 $text = str_replace('<p>', "\n", $text); 56 $text = str_replace('</p>', '', $text); 55 57 return $text; 56 58 }
Note: See TracChangeset
for help on using the changeset viewer.