Changeset 55877 for trunk/src/wp-admin/network/users.php
- Timestamp:
- 06/03/2023 04:16:55 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.