Make WordPress Core

Changeset 33367


Ignore:
Timestamp:
07/22/2015 08:44:30 PM (9 years ago)
Author:
markjaquith
Message:

Move password and session items into "Account Management" profile section.

fixes #33080
props johnjamesjacoby

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/user-edit.php

    r33364 r33367  
    459459if ( $show_password_fields ) :
    460460?>
     461</table>
     462
     463<h3><?php _e('Account Management'); ?></h3>
     464<table class="form-table">
    461465<tr id="password" class="user-pass1-wrap">
    462466    <th><label for="pass1"><?php _e( 'New Password' ); ?></label></th>
Note: See TracChangeset for help on using the changeset viewer.