Changeset 47122 for trunk/src/wp-admin/plugin-install.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-install.php
r45926 r47122 6 6 * @subpackage Administration 7 7 */ 8 // TODO route this pages via a specific iframe handler instead of the do_action below8 // TODO: Route this page via a specific iframe handler instead of the do_action below. 9 9 if ( ! defined( 'IFRAME_REQUEST' ) && isset( $_GET['tab'] ) && ( 'plugin-information' == $_GET['tab'] ) ) { 10 10 define( 'IFRAME_REQUEST', true );
Note: See TracChangeset
for help on using the changeset viewer.