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