Changeset 50 for trunk/bb-includes/formatting-functions.php
- Timestamp:
- 02/28/2005 10:35:18 PM (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
r20 r50 57 57 $text = str_replace('<br />', '', $text); 58 58 $text = str_replace('&', '&', $text); 59 $text = str_replace(''', '"', $text);59 $text = str_replace(''', "'", $text); 60 60 return $text; 61 61 }
Note: See TracChangeset
for help on using the changeset viewer.