diff --git a/wp-admin/theme-install.php b/wp-admin/theme-install.php index 289f3954c3..76c9237122 100644 --- a/wp-admin/theme-install.php +++ b/wp-admin/theme-install.php @@ -154,7 +154,7 @@ include(ABSPATH . 'wp-admin/admin-header.php');

- +

diff --git a/wp-includes/version.php b/wp-includes/version.php index 4b912560cf..5e5512606b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35976'; +$wp_version = '4.5-alpha-35977'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.