Make WordPress Core


Ignore:
Timestamp:
08/31/2008 06:34:43 AM (16 years ago)
Author:
azaozz
Message:

Saving/restoring the user interface state, see #7654

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/tiny_mce_config.php

    r8686 r8784  
    135135$initArray = array (
    136136    'mode' => 'none',
    137     'onpageload' => 'wpEditorInit',
     137    'onpageload' => 'switchEditors.edInit',
    138138    'width' => '100%',
    139139    'theme' => 'advanced',
     
    215215if ( $disk_cache ) {
    216216
    217     $cacheKey = apply_filters('tiny_mce_version', '20080731');
     217    $cacheKey = apply_filters('tiny_mce_version', '20080830');
    218218
    219219    foreach ( $initArray as $v )
Note: See TracChangeset for help on using the changeset viewer.