Move password and session items into "Account Management" profile section.
fixes #33080 props johnjamesjacoby git-svn-id: https://develop.svn.wordpress.org/trunk@33367 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9e383a560a
commit
1a8b292ab6
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user