Changeset 3 for trunk/bb-includes/formatting-functions.php
- Timestamp:
- 12/26/2004 10:14:22 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/bb-includes/formatting-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/formatting-functions.php
r2 r3 62 62 $text = preg_replace('|<(/?li.*?)>|', '<$1>', $text); 63 63 $text = preg_replace('|<(/?blockquote.*?)>|', '<$1>', $text); 64 $text = preg_replace('|<(/?code.*?)>|', '<$1>', $text); 64 65 return $text; 65 66 }
Note: See TracChangeset
for help on using the changeset viewer.