Changeset 49683 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 11/23/2020 01:34:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r49286 r49683 642 642 <?php 643 643 644 if ( ! isset( $_GET['main'] ) && ! isset( $_GET['charsout'] ) && wp_verify_nonce( $_GET['_error_nonce'], 'plugin-activation-error_' . $plugin ) ) { 644 if ( ! isset( $_GET['main'] ) && ! isset( $_GET['charsout'] ) 645 && isset( $_GET['_error_nonce'] ) && wp_verify_nonce( $_GET['_error_nonce'], 'plugin-activation-error_' . $plugin ) 646 ) { 645 647 $iframe_url = add_query_arg( 646 648 array(
Note: See TracChangeset
for help on using the changeset viewer.