Make WordPress Core


Ignore:
Timestamp:
01/09/2009 12:02:59 PM (16 years ago)
Author:
azaozz
Message:

TinyMCE: minify the custom plugins, remove unneeded CSS, load in the footer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r10326 r10337  
    6565    // Modify this version when tinyMCE plugins are changed.
    6666    function mce_version() {
    67         return '20081129';
     67        return '20090108';
    6868    }
    6969    add_filter( 'tiny_mce_version', 'mce_version' );
Note: See TracChangeset for help on using the changeset viewer.