Changeset 20812
- Timestamp:
- 05/16/2012 11:38:53 PM (14 years ago)
- Location:
- trunk/wp-admin/includes
- Files:
-
- 2 edited
-
class-wp-theme-install-list-table.php (modified) (1 diff)
-
theme-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-theme-install-list-table.php
r20811 r20812 276 276 */ 277 277 function theme_installer_single( $theme ) { 278 $class = 'wp-full-overlay';279 if ( $theme )280 $class .= ' single-theme';281 282 278 ?> 283 279 <div id="theme-installer" class="wp-full-overlay single-theme"> -
trunk/wp-admin/includes/theme-install.php
r20639 r20812 169 169 wp_die( $theme ); 170 170 171 iframe_header( __('Theme Install') ); 171 172 $wp_list_table->theme_installer_single( $theme ); 173 iframe_footer(); 174 exit; 172 175 } 173 176 add_action('install_themes_pre_theme-information', 'install_theme_information');
Note: See TracChangeset
for help on using the changeset viewer.