From b2bf441bb1a2ff85cf1126e19ca8e7bd28853dd9 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 25 Jan 2011 20:00:42 +0000 Subject: [PATCH] Fix theme filtering when no JS. Props dd32. fixes #14936 git-svn-id: http://svn.automattic.com/wordpress/trunk@17364 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/themes.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/wp-admin/themes.php b/wp-admin/themes.php index a2678a983..171a0b22a 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -142,7 +142,7 @@ if ( ! current_user_can( 'switch_themes' ) ) {

-has_items() ) : ?> +has_items() ) : ?>
@@ -155,11 +155,13 @@ if ( ! current_user_can( 'switch_themes' ) ) {
-