From 9784d053173b5ad798b5dc2047ad19beec2ec51d Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 31 Mar 2007 22:12:35 +0000 Subject: [PATCH] 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 --- wp-includes/js/tinymce/tiny_mce_config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/js/tinymce/tiny_mce_config.php b/wp-includes/js/tinymce/tiny_mce_config.php index 9e065753af..b1eccc762b 100644 --- a/wp-includes/js/tinymce/tiny_mce_config.php +++ b/wp-includes/js/tinymce/tiny_mce_config.php @@ -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 : "", valid_elements : "", save_callback : 'TinyMCE_wordpressPlugin.saveCallback',