From efad2735139f1a4c1f84dd27fd68caa0446b144b Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 26 Sep 2015 13:05:26 +0000 Subject: [PATCH] Docs: Relocate the hook doc for the `show_password_fields` filter to its duplicate, since the original was removed in [34582]. Adds a changelog entry noting the adjustment in behavior, and simplifies the conditional logic. Fixes #15115. Built from https://develop.svn.wordpress.org/trunk@34590 git-svn-id: http://core.svn.wordpress.org/trunk@34554 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/user-edit.php | 12 +++++++++--- wp-includes/version.php | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index aa8ab1adee..3646e0f9d2 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -438,9 +438,15 @@ if ( is_multisite() && is_network_admin() && ! IS_PROFILE_PAGE && current_user_c diff --git a/wp-includes/version.php b/wp-includes/version.php index ed3255d60b..23df1d9cd9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34589'; +$wp_version = '4.4-alpha-34590'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.