Changeset 13998 for trunk/wp-admin/ms-edit.php
- Timestamp:
- 04/04/2010 01:29:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-edit.php
r13941 r13998 1 1 <?php 2 /** 3 * Action handler for Multisite administration panels. 4 * 5 * @package WordPress 6 * @subpackage Multisite 7 * @since 3.0.0 8 */ 9 2 10 require_once( './admin.php' ); 3 11 4 12 if ( !is_multisite() ) 5 13 wp_die( __( 'Multisite support is not enabled.' ) ); 14 15 if ( empty( $_GET['action'] ) ) 16 wp_redirect( admin_url( 'ms-admin.php' ) ); 6 17 7 18 do_action( 'wpmuadminedit' , '');
Note: See TracChangeset
for help on using the changeset viewer.