Opened 12 years ago
Closed 12 years ago
#27387 closed defect (bug) (fixed)
DOING_AJAX in async-upload.php defined too late
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.9 | Priority: | normal |
| Severity: | normal | Version: | 3.5 |
| Component: | Media | Keywords: | has-patch |
| Focuses: | Cc: |
Description
DOING_AJAX in async-upload.php is defined after including wp-load.php (during which actions such as 'init' are done), whereas in admin-ajax.php this is defined immediately.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Related: [22902]
Noticed this other day too. Patch looks good for me.