From ff36a54824eaf349e2784d90bb4afce5cbc2f030 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 18 Dec 2015 12:02:28 +0000 Subject: [PATCH] Widgets: Add missing closing tag for spinner after [35317]. Props rabmalin. Fixes #35150. Built from https://develop.svn.wordpress.org/trunk@36001 git-svn-id: http://core.svn.wordpress.org/trunk@35966 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/widgets.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/widgets.php b/wp-admin/widgets.php index 3b43ac06d2..b91d35638c 100644 --- a/wp-admin/widgets.php +++ b/wp-admin/widgets.php @@ -422,7 +422,7 @@ foreach ( $wp_registered_sidebars as $sidebar => $registered_sidebar ) { submit_button( __( 'Clear Inactive Widgets' ), 'delete', 'removeinactivewidgets', false, $attributes ); ?> - +

diff --git a/wp-includes/version.php b/wp-includes/version.php index 034f187ef7..14988881cd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36000'; +$wp_version = '4.5-alpha-36001'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.