Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #30052, comment 6


Ignore:
Timestamp:
11/23/2014 07:53:54 PM (10 years ago)
Author:
bobbingwide
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30052, comment 6

    v2 v3  
    1616* The placement of the Crunching on RHS is a red herring.
    1717
    18 Unfortunately my code checks for DOING_AJAX, but since $_REQUEST['action'] is NOT set then wp-admin/async-upload.php doesn't set it. Is it safe to test $_REQUEST['short']?
     18Unfortunately my code checks for DOING_AJAX, but since `$_REQUEST['action']` is NOT set then wp-admin/async-upload.php doesn't set it. Is it safe to test `$_REQUEST['short']`?
    1919
    2020The question one might ask is "should there be some way