Make WordPress Core


Ignore:
Timestamp:
08/04/2008 09:01:09 PM (18 years ago)
Author:
westi
Message:

Plugin Install GSOC project first code drop. Props DD32 see #6015.

File:
1 edited

Legend:

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

    r8211 r8540  
    2828
    2929wp_enqueue_script( 'jquery' );
     30wp_enqueue_script( 'plugin-installer' );
    3031wp_admin_css( 'dashboard' );
     32wp_admin_css( 'plugin-installer' );
     33add_thickbox();
    3134
    3235$title = __('Dashboard');
Note: See TracChangeset for help on using the changeset viewer.