Changeset 33909
- Timestamp:
- 09/05/2015 06:29:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r33774 r33909 231 231 </p> 232 232 233 <h 3><?php _e('Personal Options'); ?></h3>233 <h2><?php _e( 'Personal Options' ); ?></h2> 234 234 235 235 <table class="form-table"> … … 302 302 ?> 303 303 304 <h 3><?php _e('Name') ?></h3>304 <h2><?php _e( 'Name' ); ?></h2> 305 305 306 306 <table class="form-table"> … … 393 393 </table> 394 394 395 <h 3><?php _e('Contact Info') ?></h3>395 <h2><?php _e( 'Contact Info' ); ?></h2> 396 396 397 397 <table class="form-table"> … … 445 445 </table> 446 446 447 <h 3><?php IS_PROFILE_PAGE ? _e('About Yourself') : _e('About the user'); ?></h3>447 <h2><?php IS_PROFILE_PAGE ? _e( 'About Yourself' ) : _e( 'About the user' ); ?></h2> 448 448 449 449 <table class="form-table"> … … 461 461 </table> 462 462 463 <h 3><?php _e('Account Management'); ?></h3>463 <h2><?php _e( 'Account Management' ); ?></h2> 464 464 <table class="form-table"> 465 465 <tr id="password" class="user-pass1-wrap"> … … 569 569 * The 'Additional Capabilities' section will only be enabled if 570 570 * the number of the user's capabilities exceeds their number of 571 * ofroles.571 * roles. 572 572 * 573 573 * @since 2.8.0 … … 579 579 && apply_filters( 'additional_capabilities_display', true, $profileuser ) 580 580 ) : ?> 581 <h 3><?php _e( 'Additional Capabilities' ); ?></h3>581 <h2><?php _e( 'Additional Capabilities' ); ?></h2> 582 582 <table class="form-table"> 583 583 <tr class="user-capabilities-wrap">
Note: See TracChangeset
for help on using the changeset viewer.