Ticket #6870: 6870.diff
File 6870.diff, 705 bytes (added by , 13 years ago) |
---|
-
wp-includes/formatting.php
1003 1003 $tagqueue = ''; 1004 1004 $newtext = ''; 1005 1005 $single_tags = array('br', 'hr', 'img', 'input'); // Known single-entity/self-closing tags 1006 $nestable_tags = array('blockquote', 'div', 'span' ); // Tags that can be immediately nested within themselves1006 $nestable_tags = array('blockquote', 'div', 'span', 'q'); // Tags that can be immediately nested within themselves 1007 1007 1008 1008 // WP bug fix for comments - in case you REALLY meant to type '< !--' 1009 1009 $text = str_replace('< !--', '< !--', $text);