Changeset 11366 for trunk/wp-admin/plugin-install.php
- Timestamp:
- 05/16/2009 07:21:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-install.php
r11005 r11366 19 19 20 20 wp_reset_vars( array('tab', 'paged') ); 21 wp_enqueue_style( 'plugin-install' );22 wp_enqueue_script( 'plugin-install' );23 add_thickbox();24 21 25 22 //These are the tabs which are shown on the page, … … 46 43 if( empty($paged) ) 47 44 $paged = 1; 45 46 wp_enqueue_style( 'plugin-install' ); 47 wp_enqueue_script( 'plugin-install' ); 48 if ( 'plugin-information' != $tab ) 49 add_thickbox(); 48 50 49 51 $body_id = $tab;
Note: See TracChangeset
for help on using the changeset viewer.