Concatenated and compressed versions of the default TinyMCE scripts

git-svn-id: https://develop.svn.wordpress.org/trunk@10369 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-01-16 12:58:38 +00:00
parent 077ad7b58f
commit 38e3fc9d5a
6 changed files with 91 additions and 255 deletions

View File

@@ -38,7 +38,7 @@ var pagenow = '<?php echo substr($pagenow, 0, -4); ?>';
<?php
if ( in_array( $pagenow, array('post.php', 'post-new.php', 'page.php', 'page-new.php') ) ) {
add_action( 'admin_footer', 'wp_tiny_mce' );
add_action( 'admin_print_footer_scripts', 'wp_tiny_mce', 25 );
wp_enqueue_script('quicktags');
}