Changeset 6567 for trunk/wp-includes/js/tinymce/tiny_mce_config.php
- Timestamp:
- 01/06/2008 07:01:32 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/js/tinymce/tiny_mce_config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/tiny_mce_config.php
r6405 r6567 55 55 ?> 56 56 57 wpEditorInit = function() { 58 // Activate tinyMCE if it's the user's default editor 59 if ( ( 'undefined' == typeof wpTinyMCEConfig ) || 'tinymce' == wpTinyMCEConfig.defaultEditor ) 60 tinyMCE.execCommand("mceAddControl", true, 'content'); 61 }; 62 57 63 initArray = { 58 64 mode : "specific_textareas", 59 65 editor_selector : "mceEditor", 66 oninit : "wpEditorInit", 60 67 width : "100%", 61 68 theme : "advanced",
Note: See TracChangeset
for help on using the changeset viewer.