X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/256a3b381f63716209b3527d0a14442ae570c283..4713a14935b83517997f3c88f808eb41da55033d:/wp-admin/upload.php diff --git a/wp-admin/upload.php b/wp-admin/upload.php index df998098..c38a0b63 100644 --- a/wp-admin/upload.php +++ b/wp-admin/upload.php @@ -141,8 +141,6 @@ $wp_list_table->prepare_items(); $title = __('Media Library'); $parent_file = 'upload.php'; -wp_enqueue_script( 'wp-ajax-response' ); -wp_enqueue_script( 'jquery-ui-draggable' ); wp_enqueue_script( 'media' ); add_screen_option( 'per_page', array('label' => _x( 'Media items', 'items per page (screen options)' )) ); @@ -170,7 +168,7 @@ get_current_screen()->add_help_tab( array( get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Media Library' ) . '

' . - '

' . __( 'Support Forums' ) . '

' + '

' . __( 'Support Forums' ) . '

' ); require_once( ABSPATH . 'wp-admin/admin-header.php' ); @@ -239,9 +237,7 @@ if ( !empty($message) ) { ?> display(); ?>
- -
- +