Changeset 8066 for trunk/wp-includes/js/tinymce/tiny_mce_config.php
- Timestamp:
- 06/10/2008 04:40:21 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/tiny_mce_config.php
r8047 r8066 71 71 $mce_spellchecker_languages = apply_filters('mce_spellchecker_languages', '+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv'); 72 72 73 $plugins = array( 'safari', 'inlinepopups', 'autosave', 'spellchecker', 'paste', 'wordpress', 'media', 'fullscreen' );73 $plugins = array( 'safari', 'inlinepopups', 'autosave', 'spellchecker', 'paste', 'wordpress', 'media', 'fullscreen', 'wpeditimage' ); 74 74 75 75 /* … … 123 123 $plugins = implode($plugins, ','); 124 124 125 $mce_buttons = apply_filters('mce_buttons', array('bold', 'italic', 'strikethrough', '|', 'bullist', 'numlist', 'blockquote', '|', 'justifyleft', 'justifycenter', 'justifyright', '|', 'link', 'unlink', ' image', 'wp_more', '|', 'spellchecker', 'fullscreen', 'wp_adv' ));125 $mce_buttons = apply_filters('mce_buttons', array('bold', 'italic', 'strikethrough', '|', 'bullist', 'numlist', 'blockquote', '|', 'justifyleft', 'justifycenter', 'justifyright', '|', 'link', 'unlink', 'wp_more', '|', 'spellchecker', 'fullscreen', 'wp_adv' )); 126 126 $mce_buttons = implode($mce_buttons, ','); 127 127 … … 227 227 if ( $disk_cache ) { 228 228 229 $cacheKey = apply_filters('tiny_mce_version', '2008060 2');229 $cacheKey = apply_filters('tiny_mce_version', '20080606'); 230 230 231 231 foreach ( $initArray as $v )
Note: See TracChangeset
for help on using the changeset viewer.