- Timestamp:
- 09/17/2015 12:32:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r34202 r34265 154 154 */ 155 155 public function current_action() { 156 $action = wp_validate_action(); 157 if ( $action && isset( $_REQUEST['delete_tags'] ) && ( 'delete' == $action || 'delete' == $_REQUEST['action2'] ) ) 156 if ( isset( $_REQUEST['action'] ) && isset( $_REQUEST['delete_tags'] ) && ( 'delete' == $_REQUEST['action'] || 'delete' == $_REQUEST['action2'] ) ) 158 157 return 'bulk-delete'; 159 158
Note: See TracChangeset
for help on using the changeset viewer.