Changeset 49944 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 01/07/2021 04:21:09 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r49942 r49944 525 525 if ( isset( $_REQUEST['action'] ) && -1 != $_REQUEST['action'] ) { 526 526 return $_REQUEST['action']; 527 }528 529 if ( isset( $_REQUEST['action2'] ) && -1 != $_REQUEST['action2'] ) {530 return $_REQUEST['action2'];531 527 } 532 528
Note: See TracChangeset
for help on using the changeset viewer.