Changeset 11048
- Timestamp:
- 04/22/2009 07:37:24 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r11023 r11048 115 115 */ 116 116 function wpautop($pee, $br = 1) { 117 if ( trim($pee) === '' ) 118 return ''; 117 119 $pee = $pee . "\n"; // just to make things a little easier, pad the end 118 120 $pee = preg_replace('|<br />\s*<br />|', "\n\n", $pee);
Note: See TracChangeset
for help on using the changeset viewer.