Changeset 8074 for branches/2.5/wp-includes/formatting.php
- Timestamp:
- 06/12/2008 09:38:58 PM (18 years ago)
- File:
-
- 1 edited
-
branches/2.5/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-includes/formatting.php
r7816 r8074 1130 1130 $output = str_replace('>', '&gt;', $output); 1131 1131 1132 // These should be entities too 1133 $output = str_replace('<', '<', $output); 1134 $output = str_replace('>', '>', $output); 1135 1132 1136 return apply_filters('richedit_pre', $output); 1133 1137 }
Note: See TracChangeset
for help on using the changeset viewer.