diff --git a/wp-admin/network.php b/wp-admin/network.php index 2468f7d910..01006442d7 100644 --- a/wp-admin/network.php +++ b/wp-admin/network.php @@ -137,14 +137,14 @@ function network_step1( $errors = false ) { if ( get_option( 'siteurl' ) != get_option( 'home' ) ) { echo '
' . __('Error:') . ' ' . sprintf( __( 'Your WordPress address must match your Site address before creating a Network. See General Settings.' ), esc_url( admin_url( 'options-general.php' ) ) ) . '
' . __('Error:') . ' ' . __( 'The constant DO_NOT_UPGRADE_GLOBAL_TABLES cannot be defined when creating a network.' ) . '
' . __('Warning:') . ' ' . sprintf( __( 'Please deactivate your plugins before enabling the Network feature.' ), admin_url( 'plugins.php?plugin_status=active' ) ) . '
' . __( 'Once the network is created, you may reactivate your plugins.' ) . '
'; echo ''; - include( './admin-footer.php' ); + include( ABSPATH . 'wp-admin/admin-footer.php' ); die(); } @@ -163,7 +163,7 @@ function network_step1( $errors = false ) { echo '' . sprintf( __( 'You cannot use port numbers such as %s
.' ), $has_ports ) . '