Make WordPress Core


Ignore:
Timestamp:
09/17/2015 12:32:20 PM (9 years ago)
Author:
helen
Message:

Superglobals: Revert [34059] until further notice.

see #33837.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-terms-list-table.php

    r34202 r34265  
    154154     */
    155155    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'] ) )
    158157            return 'bulk-delete';
    159158
Note: See TracChangeset for help on using the changeset viewer.