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.