Make WordPress Core


Ignore:
Timestamp:
01/16/2009 12:58:38 PM (17 years ago)
Author:
azaozz
Message:

Concatenated and compressed versions of the default TinyMCE scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-header.php

    r10364 r10369  
    3939
    4040if ( in_array( $pagenow, array('post.php', 'post-new.php', 'page.php', 'page-new.php') ) ) {
    41     add_action( 'admin_footer', 'wp_tiny_mce' );
     41    add_action( 'admin_print_footer_scripts', 'wp_tiny_mce', 25 );
    4242    wp_enqueue_script('quicktags');
    4343}
Note: See TracChangeset for help on using the changeset viewer.