diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 11bda9545e..89830222f5 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -146,7 +146,6 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists
-+
-
+ diff --git a/wp-includes/version.php b/wp-includes/version.php index ab770dba19..69798d7287 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36584'; +$wp_version = '4.5-alpha-36585'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.