From 0d8a80b14ca73a3fe61976779db1a2bb7da9d5f8 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Sat, 26 Sep 2015 06:15:26 +0000 Subject: [PATCH] Profile: on `user-new.php`, don't allow the password fields to be hidden. When hidden, you can't add a user. Props coffee2code. Fixes #15115. Built from https://develop.svn.wordpress.org/trunk@34582 git-svn-id: http://core.svn.wordpress.org/trunk@34546 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/user-new.php | 10 ---------- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 9e00fb97d9..0f16b28b2a 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -394,15 +394,6 @@ $new_user_ignore_pass = $creating && isset( $_POST['noconfirmation'] ) ? wp_unsl - - diff --git a/wp-includes/version.php b/wp-includes/version.php index fc88328c47..7e398de2c7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34581'; +$wp_version = '4.4-alpha-34582'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.