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

@@ -54,7 +54,7 @@ function convertEntities(o) {
<?php
if ( in_array( $pagenow, array('post.php', 'post-new.php', 'page.php', 'page-new.php') ) ) {
add_action( 'admin_head', 'wp_tiny_mce' );
add_action( 'admin_footer', 'wp_tiny_mce' );
}
$hook_suffix = '';