diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 6dae940136..4476895d88 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -481,10 +481,12 @@ if ( $show_password_fields ) : - + - - + diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index a5b0824b95..47e3b6c0a2 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -419,10 +419,12 @@ if ( apply_filters( 'show_password_fields', true ) ) : ?> - + - - + diff --git a/wp-includes/version.php b/wp-includes/version.php index 4c25f9a435..021a0573e8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta1-33136'; +$wp_version = '4.3-beta1-33137'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.