Ticket #3826: allow-div.diff
| File allow-div.diff, 630 bytes (added by andy, 5 years ago) |
|---|
-
wp-includes/js/tinymce/tiny_mce_config.php
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');
