Changeset 55877
- Timestamp:
- 06/03/2023 04:16:55 PM (20 months ago)
- Location:
- trunk/src/wp-admin/network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/settings.php
r55452 r55877 139 139 140 140 if ( isset( $_GET['updated'] ) ) { 141 ?><div id="message" class="notice notice-success is-dismissible"><p><?php _e( 'Settings saved.' ); ?></p></div> 141 ?> 142 <div id="message" class="notice notice-success is-dismissible"><p><?php _e( 'Settings saved.' ); ?></p></div> 142 143 <?php 143 144 } -
trunk/src/wp-admin/network/users.php
r55672 r55877 254 254 require_once ABSPATH . 'wp-admin/admin-header.php'; 255 255 256 if ( isset( $_REQUEST['updated'] ) && 'true' == $_REQUEST['updated'] && ! empty( $_REQUEST['action'] ) ) {256 if ( isset( $_REQUEST['updated'] ) && 'true' === $_REQUEST['updated'] && ! empty( $_REQUEST['action'] ) ) { 257 257 ?> 258 258 <div id="message" class="notice notice-success is-dismissible"><p>
Note: See TracChangeset
for help on using the changeset viewer.