Opened 2 years ago
Closed 2 years ago
#15721 closed defect (bug) (fixed)
Don't define IFRAME_REQUEST if it isn't an iframe request in upload.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Administration | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Becaue this breaks the Admin Bar for a single plugin/theme update. The bar overlaps the header.
Fix would be to define it only for the actions which are an iframe request.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.

(In [16780]) Define IFRAME_REQUEST only for framed requests. Props ocean90. fixes #15721