diff --git a/wp-admin/themes.php b/wp-admin/themes.php index c892705ee..465626d2d 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -64,6 +64,8 @@ if ( current_user_can( 'install_themes' ) ) { ) ); } +add_thickbox(); + endif; // switch_themes if ( current_user_can( 'edit_theme_options' ) ) {