diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 965ed9f542..deec66f7f2 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -402,7 +402,7 @@ if ( apply_filters( 'show_password_fields', true ) ) : ?> - + diff --git a/wp-includes/version.php b/wp-includes/version.php index a98916f4e6..285599d144 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta1-31776'; +$wp_version = '4.2-beta1-31777'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.