Changeset 1435 for trunk/wp-includes/functions-formatting.php
- Timestamp:
- 06/18/2004 12:22:09 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions-formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-formatting.php
r1409 r1435 51 51 52 52 function clean_pre($text) { 53 $text = stripslashes($text);54 53 $text = str_replace('<br />', '', $text); 55 54 return $text;
Note: See TracChangeset
for help on using the changeset viewer.