Changeset 23221
- Timestamp:
- 12/27/2012 10:37:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.5/wp-includes/js/tinymce/wp-tinymce-schema.js
r23218 r23221 705 705 706 706 // Remove these if they are empty by default 707 each(split('ol,ul,sub,sup,blockquote,span,font,a,table,tbody,tr ,strong,em,b,i'), function(name) {707 each(split('ol,ul,sub,sup,blockquote,span,font,a,table,tbody,tr'), function(name) { 708 708 if (elements[name]) { 709 709 elements[name].removeEmpty = true;
Note: See TracChangeset
for help on using the changeset viewer.