From 7352b57b47042ac8fdc0acf72c39f76afeb4d150 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 25 Jun 2012 19:42:08 +0000 Subject: [PATCH] We still need thickbox on themes.php for update overlays. props duck_. see #20960 for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@21106 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/themes.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-admin/themes.php b/wp-admin/themes.php index c892705ee4..465626d2d9 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' ) ) {