Make WordPress Core


Ignore:
Timestamp:
04/25/2011 01:01:34 AM (14 years ago)
Author:
azaozz
Message:

Distraction Free Writing mode, see #17136

File:
1 edited

Legend:

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

    r17217 r17695  
    6969
    7070if ( in_array( $pagenow, array('post.php', 'post-new.php') ) ) {
    71     add_action( 'admin_print_footer_scripts', 'wp_tiny_mce', 25 );
    72     add_action( 'admin_print_footer_scripts', 'wp_tiny_mce_preload_dialogs', 30 );
    7371    wp_enqueue_script('quicktags');
    7472}
Note: See TracChangeset for help on using the changeset viewer.