Changeset 20812 for trunk/wp-admin/includes/theme-install.php
- Timestamp:
- 05/16/2012 11:38:53 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.