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

git-svn-id: https://develop.svn.wordpress.org/trunk@10337 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-01-09 12:02:59 +00:00
parent d664f9888f
commit 89a00376b4
12 changed files with 797 additions and 807 deletions

View File

@@ -64,7 +64,7 @@ function wp_default_scripts( &$scripts ) {
// Modify this version when tinyMCE plugins are changed.
function mce_version() {
return '20081129';
return '20090108';
}
add_filter( 'tiny_mce_version', 'mce_version' );