diff --git a/wp-admin/install.php b/wp-admin/install.php index 1a872970e1..cbbc7fdcfe 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -147,8 +147,9 @@ function display_setup_form( $error = null ) {

+ -

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 7fec7243fd..a0198e7bdd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta4-33440'; +$wp_version = '4.3-beta4-33441'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.