Changeset 18585
- Timestamp:
- 08/23/2011 03:37:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r18485 r18585 999 999 $tagqueue = ''; 1000 1000 $newtext = ''; 1001 $single_tags = array( 'br', 'hr', 'img', 'input'); // Known single-entity/self-closing tags1002 $nestable_tags = array( 'blockquote', 'div', 'span'); // Tags that can be immediately nested within themselves1001 $single_tags = array( 'br', 'hr', 'img', 'input' ); // Known single-entity/self-closing tags 1002 $nestable_tags = array( 'blockquote', 'div', 'span', 'q' ); // Tags that can be immediately nested within themselves 1003 1003 1004 1004 // WP bug fix for comments - in case you REALLY meant to type '< !--'
Note: See TracChangeset
for help on using the changeset viewer.