Make WordPress Core


Ignore:
Timestamp:
04/25/2011 02:27:11 PM (13 years ago)
Author:
azaozz
Message:

Fix padding in DFW mode, add the new wpfullscreen plugin in wp-tinymce.js.gz, fix notices in press-this see #17136

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/press-this.php

    r17695 r17697  
    328328    wp_enqueue_style( 'colors' );
    329329    wp_enqueue_script( 'post' );
    330     wp_enqueue_script( 'editor' );
    331330?>
    332331<script type="text/javascript">
     
    346345    if ( user_can_richedit() ) {
    347346        wp_tiny_mce( true, array( 'height' => '370' ) );
    348         add_action( 'admin_print_footer_scripts', 'wp_preload_dialogs', 30 );
    349347    }
    350348?>
Note: See TracChangeset for help on using the changeset viewer.