Changeset 47853 for trunk/src/wp-admin/network/plugin-install.php
- Timestamp:
- 05/24/2020 09:14:21 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/network/plugin-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/plugin-install.php
r47198 r47853 8 8 */ 9 9 10 if ( isset( $_GET['tab'] ) && ( 'plugin-information' == $_GET['tab'] ) ) {10 if ( isset( $_GET['tab'] ) && ( 'plugin-information' === $_GET['tab'] ) ) { 11 11 define( 'IFRAME_REQUEST', true ); 12 12 }
Note: See TracChangeset
for help on using the changeset viewer.