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/press-this.php

    r17254 r17695  
    346346    if ( user_can_richedit() ) {
    347347        wp_tiny_mce( true, array( 'height' => '370' ) );
    348         add_action( 'admin_print_footer_scripts', 'wp_tiny_mce_preload_dialogs', 30 );
     348        add_action( 'admin_print_footer_scripts', 'wp_preload_dialogs', 30 );
    349349    }
    350350?>
Note: See TracChangeset for help on using the changeset viewer.