Opened 12 years ago
Closed 12 years ago
#27387 closed defect (bug) (fixed)
DOING_AJAX in async-upload.php defined too late
| Reported by: | iseulde | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.9 |
| Component: | Media | Version: | 3.5 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Related: [22902]
Noticed this other day too. Patch looks good for me.