From 8ce90dada0ea7904c1e57c300db95ab653fcd579 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Wed, 22 Jul 2015 20:45:27 +0000 Subject: [PATCH] Move password and session items into "Account Management" profile section. fixes #33080 props johnjamesjacoby Built from https://develop.svn.wordpress.org/trunk@33367 git-svn-id: http://core.svn.wordpress.org/trunk@33339 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/user-edit.php | 4 ++++ wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 7335e73432..4e6c71862d 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -458,6 +458,10 @@ if ( is_multisite() && is_network_admin() && ! IS_PROFILE_PAGE && current_user_c $show_password_fields = apply_filters( 'show_password_fields', true, $profileuser ); if ( $show_password_fields ) : ?> + + +

+
diff --git a/wp-includes/version.php b/wp-includes/version.php index c67c788c55..0585224a42 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta3-33366'; +$wp_version = '4.3-beta3-33367'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.