Make most of the buttons a map, helps the write page load faster.

git-svn-id: https://develop.svn.wordpress.org/trunk@5160 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2007-03-31 22:12:35 +00:00
parent 93e33032b6
commit d5776af750

View File

@ -76,6 +76,7 @@ initArray = {
fix_list_elements : true,
gecko_spellcheck : true,
entities : "38,amp,60,lt,62,gt",
button_tile_map : true,
content_css : "<?php echo $mce_css; ?>",
valid_elements : "<?php echo $valid_elements; ?>",
save_callback : 'TinyMCE_wordpressPlugin.saveCallback',