Changeset 20419 for trunk/wp-admin/update.php
- Timestamp:
- 04/10/2012 02:25:03 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/update.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update.php
r20267 r20419 153 153 check_admin_referer('upgrade-theme_' . $theme); 154 154 155 add_thickbox();156 wp_enqueue_script('theme-preview'); 155 wp_customize_loader(); 156 157 157 $title = __('Update Theme'); 158 158 $parent_file = 'themes.php'; … … 205 205 wp_die($api); 206 206 207 add_thickbox();208 wp_enqueue_script('theme-preview'); 207 wp_customize_loader(); 208 209 209 $title = __('Install Themes'); 210 210 $parent_file = 'themes.php'; … … 231 231 $file_upload = new File_Upload_Upgrader('themezip', 'package'); 232 232 233 wp_customize_loader(); 234 233 235 $title = __('Upload Theme'); 234 236 $parent_file = 'themes.php'; 235 237 $submenu_file = 'theme-install.php'; 236 add_thickbox(); 237 wp_enqueue_script('theme-preview'); 238 238 239 require_once(ABSPATH . 'wp-admin/admin-header.php'); 239 240
Note: See TracChangeset
for help on using the changeset viewer.