Make WordPress Core

Changeset 39531


Ignore:
Timestamp:
12/07/2016 01:27:13 AM (8 years ago)
Author:
johnbillion
Message:

Users: Style the super admin message on the user editing screen as a notice, not a success message.

Fixes #39131

File:
1 edited

Legend:

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

    r39331 r39531  
    173173
    174174<?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>
    176176<?php } ?>
    177177<?php if ( isset($_GET['updated']) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.