Changeset 8103 for branches/crazyhorse/wp-includes/formatting.php
- Timestamp:
- 06/16/2008 09:08:49 PM (18 years ago)
- File:
-
- 1 edited
-
branches/crazyhorse/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/crazyhorse/wp-includes/formatting.php
r8054 r8103 1133 1133 $output = str_replace('>', '&gt;', $output); 1134 1134 1135 // These should be entities too 1136 $output = str_replace('<', '<', $output); 1137 $output = str_replace('>', '>', $output); 1138 1135 1139 return apply_filters('richedit_pre', $output); 1136 1140 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)