Opened 3 years ago
Closed 2 years ago
#15509 closed defect (bug) (fixed)
Don't show the administration bar in plugin/theme install iframe
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Administration | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | WordPress@…, admin@… |
Description
iframe_header() contains show_admin_bar( false ) and wp-admin/plugin-install.php
if ( isset( $_GET['tab'] ) && ( 'plugin-information' == $_GET['tab'] ) )
define('IFRAME_REQUEST' , true);
So, normally there shouldn't be one.
Screenshot: http://grab.by/7uls | http://grab.by/7up7
Attachments (2)
Change History (10)
comment:2
voyagerfan5761 — 3 years ago
- Cc WordPress@… added
- Keywords reporter-feedback added
Does this error still occur? I cannot reproduce it on current trunk.
- Keywords reporter-feedback removed
Still present on a trunk MS install for me.
Patch from Utkarsh is needed for the theme iframe. Plugin iframe works now.
This doesn't work for plugin-install.php and theme-install.php in the network admin because they load admin.php before the IFRAME_REQUEST constant is defined.
SergeyBiryukov — 2 years ago
Note: See
TracTickets for help on using
tickets.

Patch attached.