From c39f333b06c832036f4953c321636b7feef58302 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 20 Nov 2013 05:09:10 +0000 Subject: [PATCH] Widgets: fix html for sidebars columns when the theme has only one sidebar. See #25952. Built from https://develop.svn.wordpress.org/trunk@26286 git-svn-id: http://core.svn.wordpress.org/trunk@26191 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/widgets.php | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/wp-admin/widgets.php b/wp-admin/widgets.php index 1385f9f957..bc1eeda6b1 100644 --- a/wp-admin/widgets.php +++ b/wp-admin/widgets.php @@ -369,21 +369,27 @@ foreach ( $wp_registered_sidebars as $sidebar => $registered_sidebar ) { $theme_sidebars[$sidebar] = $registered_sidebar; } } + ?> - - -
-
-