Ticket #3826: allow-div.diff
| File allow-div.diff, 0.6 kB (added by andy, 1 year ago) |
|---|
-
wp-includes/js/tinymce/tiny_mce_config.php
old new 22 22 } 23 23 24 24 // Set up init variables 25 $valid_elements = ' p/-div[*],-strong/-b[*],-em/-i[*],-font[*],-ul[*],-ol[*],-li[*],*[*]';25 $valid_elements = '-strong/-b[*],-em/-i[*],-font[*],-ul[*],-ol[*],-li[*],*[*]'; 26 26 $valid_elements = apply_filters('mce_valid_elements', $valid_elements); 27 27 28 28 $plugins = array('inlinepopups', 'autosave', 'spellchecker', 'paste', 'wordpress');
