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/update.php

    r34059 r34265  
    1818    $plugin = isset($_REQUEST['plugin']) ? trim($_REQUEST['plugin']) : '';
    1919    $theme = isset($_REQUEST['theme']) ? urldecode($_REQUEST['theme']) : '';
    20     $action = wp_validate_action();
     20    $action = isset($_REQUEST['action']) ? $_REQUEST['action'] : '';
    2121
    2222    if ( 'update-selected' == $action ) {
Note: See TracChangeset for help on using the changeset viewer.