From 73d57e6c864a846cc778135b9251b6e1fd2dbd2a Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Wed, 8 Jul 2015 21:28:25 +0000 Subject: [PATCH] Add/Edit User: Move weak password label to the checkbox. props paulwilde. fixes #32908. Built from https://develop.svn.wordpress.org/trunk@33137 git-svn-id: http://core.svn.wordpress.org/trunk@33108 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/user-edit.php | 8 +++++--- wp-admin/user-new.php | 8 +++++--- wp-includes/version.php | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) 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.