Changeset 39531
- Timestamp:
- 12/07/2016 01:27:13 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r39331 r39531 173 173 174 174 <?php if ( !IS_PROFILE_PAGE && is_super_admin( $profileuser->ID ) && current_user_can( 'manage_network_options' ) ) { ?> 175 <div class=" updated"><p><strong><?php _e('Important:'); ?></strong> <?php _e('This user has super admin privileges.'); ?></p></div>175 <div class="notice notice-info"><p><strong><?php _e('Important:'); ?></strong> <?php _e('This user has super admin privileges.'); ?></p></div> 176 176 <?php } ?> 177 177 <?php if ( isset($_GET['updated']) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.