Make WordPress Core


Ignore:
Timestamp:
12/20/2010 04:47:23 PM (14 years ago)
Author:
nacin
Message:

Enqueue plugin-install scripts and styles on import.php. props ocean90, fixes #15842.

File:
1 edited

Legend:

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

    r16996 r17086  
    4343
    4444add_thickbox();
     45wp_enqueue_script( 'plugin-install' );
     46wp_admin_css( 'plugin-install' );
     47
    4548require_once ('admin-header.php');
    4649$parent_file = 'tools.php';
Note: See TracChangeset for help on using the changeset viewer.