From d8077eae05090b7ed311ad38071a312fae76cca0 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 20 Nov 2013 05:08:22 +0000 Subject: [PATCH] Widgets: fix html for sidebars columns when the theme has only one sidebar. See #25952. git-svn-id: https://develop.svn.wordpress.org/trunk@26286 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/widgets.php | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/wp-admin/widgets.php b/src/wp-admin/widgets.php index 1385f9f957..bc1eeda6b1 100644 --- a/src/wp-admin/widgets.php +++ b/src/wp-admin/widgets.php @@ -369,21 +369,27 @@ foreach ( $wp_registered_sidebars as $sidebar => $registered_sidebar ) { $theme_sidebars[$sidebar] = $registered_sidebar; } } + ?> - - -
-
-