Changeset 17359
- Timestamp:
- 01/25/2011 02:34:41 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/network/edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/edit.php
r17287 r17359 186 186 187 187 case 'allblogs': 188 if ( ( isset( $_POST[' doaction'] ) || isset( $_POST['doaction2'] ) ) && isset( $_POST['allblogs'] ) ) {188 if ( ( isset( $_POST['action'] ) || isset( $_POST['action2'] ) ) && isset( $_POST['allblogs'] ) ) { 189 189 check_admin_referer( 'bulk-sites' ); 190 190 … … 376 376 wp_die( __( 'You do not have permission to access this page.' ) ); 377 377 378 if ( ( isset( $_POST[' doaction']) || isset($_POST['doaction2'] ) ) && isset( $_POST['allusers'] ) ) {378 if ( ( isset( $_POST['action']) || isset($_POST['action2'] ) ) && isset( $_POST['allusers'] ) ) { 379 379 check_admin_referer( 'bulk-users-network' ); 380 380
Note: See TracChangeset
for help on using the changeset viewer.