Changeset 21250
- Timestamp:
- 07/09/2012 07:27:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r21242 r21250 1157 1157 $newtext = ''; 1158 1158 $single_tags = array( 'br', 'hr', 'img', 'input' ); // Known single-entity/self-closing tags 1159 $nestable_tags = array( 'blockquote', 'div', ' span', 'q' ); // Tags that can be immediately nested within themselves1159 $nestable_tags = array( 'blockquote', 'div', 'object', 'q', 'span' ); // Tags that can be immediately nested within themselves 1160 1160 1161 1161 // WP bug fix for comments - in case you REALLY meant to type '< !--'
Note: See TracChangeset
for help on using the changeset viewer.