Make WordPress Core


Ignore:
Timestamp:
01/09/2009 12:02:59 PM (15 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-admin/admin-header.php

    r10258 r10337  
    5555
    5656if ( in_array( $pagenow, array('post.php', 'post-new.php', 'page.php', 'page-new.php') ) ) {
    57     add_action( 'admin_head', 'wp_tiny_mce' );
     57    add_action( 'admin_footer', 'wp_tiny_mce' );
    5858}
    5959
Note: See TracChangeset for help on using the changeset viewer.