Ticket #6449: 6449.patch
| File 6449.patch, 0.5 kB (added by azaozz, 6 months ago) |
|---|
-
wp-includes/formatting.php
old new 1132 1132 $output = str_replace('<', '&lt;', $output); 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 } 1137 1141
