diff --git a/wp-admin/install.php b/wp-admin/install.php index 65d1932b46..d869f2a2aa 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -118,7 +118,7 @@ function display_setup_form( $error = null ) { echo ''; } else { ?> -
+ diff --git a/wp-includes/version.php b/wp-includes/version.php index 1baee4e6b4..e40815c066 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30053'; +$wp_version = '4.1-alpha-30054'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.