| [ Index ] |
PHP Cross Reference of WordPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Install plugin network administration panel. 4 * 5 * @package WordPress 6 * @subpackage Multisite 7 * @since 3.1.0 8 */ 9 10 if ( isset( $_GET['tab'] ) && ( 'plugin-information' == $_GET['tab'] ) ) 11 define( 'IFRAME_REQUEST', true ); 12 13 /** Load WordPress Administration Bootstrap */ 14 require_once ( './admin.php' ); 15 16 if ( ! is_multisite() ) 17 wp_die( __( 'Multisite support is not enabled.' ) ); 18 19 require ( '../plugin-install.php' );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Fri May 25 03:56:23 2012 | Hosted by follow the white rabbit. |