Changeset 21110
- Timestamp:
- 06/25/2012 08:28:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update.php
r20715 r21110 265 265 $theme_name = wp_kses( $theme['Name'], $themes_allowedtags ); 266 266 267 $details_url = self_admin_url("theme-install.php?tab=theme-information&theme=$theme_key&TB_iframe=true&width=600&height=400");267 $details_url = add_query_arg( array( 'TB_iframe' => 'true', 'width' => 1024, 'height' => 800 ), $current->response[ $theme_key ]['url'] ); 268 268 269 269 $wp_list_table = _get_list_table('WP_MS_Themes_List_Table');
Note: See TracChangeset
for help on using the changeset viewer.