Changeset 55418 for trunk/src/wp-admin/network/settings.php
- Timestamp:
- 02/23/2023 10:11:51 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/settings.php
r55412 r55418 139 139 140 140 if ( isset( $_GET['updated'] ) ) { 141 ?><div id="message" class=" updated noticeis-dismissible"><p><?php _e( 'Settings saved.' ); ?></p></div>141 ?><div id="message" class="notice notice-success is-dismissible"><p><?php _e( 'Settings saved.' ); ?></p></div> 142 142 <?php 143 143 } … … 168 168 if ( $new_admin_email && get_site_option( 'admin_email' ) !== $new_admin_email ) : 169 169 ?> 170 <div class=" updatedinline">170 <div class="notice notice-warning is-dismissible inline"> 171 171 <p> 172 172 <?php
Note: See TracChangeset
for help on using the changeset viewer.