Make most of the buttons a map, helps the write page load faster.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5160 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
01961fba45
commit
9784d05317
|
@ -76,6 +76,7 @@ initArray = {
|
||||||
fix_list_elements : true,
|
fix_list_elements : true,
|
||||||
gecko_spellcheck : true,
|
gecko_spellcheck : true,
|
||||||
entities : "38,amp,60,lt,62,gt",
|
entities : "38,amp,60,lt,62,gt",
|
||||||
|
button_tile_map : true,
|
||||||
content_css : "<?php echo $mce_css; ?>",
|
content_css : "<?php echo $mce_css; ?>",
|
||||||
valid_elements : "<?php echo $valid_elements; ?>",
|
valid_elements : "<?php echo $valid_elements; ?>",
|
||||||
save_callback : 'TinyMCE_wordpressPlugin.saveCallback',
|
save_callback : 'TinyMCE_wordpressPlugin.saveCallback',
|
||||||
|
|
Loading…
Reference in New Issue