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
This commit is contained in:
Mark Jaquith 2015-07-22 20:45:27 +00:00
parent d5ce83c94c
commit 8ce90dada0
2 changed files with 5 additions and 1 deletions

View File

@ -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 ) :
?>
</table>
<h3><?php _e('Account Management'); ?></h3>
<table class="form-table">
<tr id="password" class="user-pass1-wrap">
<th><label for="pass1"><?php _e( 'New Password' ); ?></label></th>
<td>

View File

@ -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.