Changeset 34265 for trunk/src/wp-admin/network/users.php
- Timestamp:
- 09/17/2015 12:32:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/users.php
r34059 r34265 175 175 require_once( ABSPATH . 'wp-admin/admin-header.php' ); 176 176 177 $action = wp_validate_action(); 178 if ( isset( $_REQUEST['updated'] ) && $_REQUEST['updated'] == 'true' && ! empty( $action ) ) { 177 if ( isset( $_REQUEST['updated'] ) && $_REQUEST['updated'] == 'true' && ! empty( $_REQUEST['action'] ) ) { 179 178 ?> 180 179 <div id="message" class="updated notice is-dismissible"><p> 181 180 <?php 182 switch ( $ action) {181 switch ( $_REQUEST['action'] ) { 183 182 case 'delete': 184 183 _e( 'User deleted.' );
Note: See TracChangeset
for help on using the changeset viewer.