You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 regels
390 B

  1. <?php
  2. /**
  3. * Install plugin network administration panel.
  4. *
  5. * @package WordPress
  6. * @subpackage Multisite
  7. * @since 3.1.0
  8. */
  9. if ( isset( $_GET['tab'] ) && ( 'plugin-information' == $_GET['tab'] ) )
  10. define( 'IFRAME_REQUEST', true );
  11. /** Load WordPress Administration Bootstrap */
  12. require_once( dirname( __FILE__ ) . '/admin.php' );
  13. require( ABSPATH . 'wp-admin/plugin-install.php' );