From cc26b0347fd8a789ac0e911c2a2bb72e43b61ab3 Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 1 Mar 2009 19:38:42 +0000 Subject: [PATCH] Bail if no themes found. see #8652 git-svn-id: http://svn.automattic.com/wordpress/trunk@10675 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/theme-install.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wp-admin/includes/theme-install.php b/wp-admin/includes/theme-install.php index 5ed61e53dc..83acbf326c 100644 --- a/wp-admin/includes/theme-install.php +++ b/wp-admin/includes/theme-install.php @@ -381,10 +381,17 @@ function display_themes($themes, $page = 1, $totalpages = 1) { echo "\t\t
$page_links
"; ?>
+