Make WordPress Core


Ignore:
Timestamp:
05/16/2009 07:21:29 PM (15 years ago)
Author:
azaozz
Message:

Add footer actions to iframe footer, props DD32, fixes #9832

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugin-install.php

    r11005 r11366  
    1919
    2020wp_reset_vars( array('tab', 'paged') );
    21 wp_enqueue_style( 'plugin-install' );
    22 wp_enqueue_script( 'plugin-install' );
    23 add_thickbox();
    2421
    2522//These are the tabs which are shown on the page,
     
    4643if( empty($paged) )
    4744    $paged = 1;
     45
     46wp_enqueue_style( 'plugin-install' );
     47wp_enqueue_script( 'plugin-install' );
     48if ( 'plugin-information' != $tab )
     49    add_thickbox();
    4850
    4951$body_id = $tab;
Note: See TracChangeset for help on using the changeset viewer.