Opened 17 years ago
Closed 17 years ago
#9368 closed defect (bug) (fixed)
WP_ADMIN needs to be true in flash uploader
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.8 | Priority: | normal |
| Severity: | normal | Version: | 2.8 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
<mdawaffe_lap_> eagleclaw: wp-admin/async-upload.php loads admin.php after wp-load.php, so WP_ADMIN is not defined by the time plugins are loaded.
It needs to be TRUE because some plugin tests this variable to make sure the URL is a admin one.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
patch