Changes between Version 2 and Version 3 of Ticket #30052, comment 6
- Timestamp:
- 11/23/2014 07:53:54 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30052, comment 6
v2 v3 16 16 * The placement of the Crunching on RHS is a red herring. 17 17 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']?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']`? 19 19 20 20 The question one might ask is "should there be some way