Changeset 47808 for trunk/src/wp-admin/plugin-install.php
- Timestamp:
- 05/16/2020 06:40:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-install.php
r47198 r47808 7 7 */ 8 8 // TODO: Route this page via a specific iframe handler instead of the do_action below. 9 if ( ! defined( 'IFRAME_REQUEST' ) && isset( $_GET['tab'] ) && ( 'plugin-information' == $_GET['tab'] ) ) {9 if ( ! defined( 'IFRAME_REQUEST' ) && isset( $_GET['tab'] ) && ( 'plugin-information' === $_GET['tab'] ) ) { 10 10 define( 'IFRAME_REQUEST', true ); 11 11 }
Note: See TracChangeset
for help on using the changeset viewer.