diff --git a/wp-admin/includes/network.php b/wp-admin/includes/network.php index a83eb289a3..f9c5a79ec6 100644 --- a/wp-admin/includes/network.php +++ b/wp-admin/includes/network.php @@ -118,7 +118,8 @@ function network_step1( $errors = false ) { /* translators: %s: Plugins screen URL */ __( '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 '

' . __( 'Once the network is created, you may reactivate your plugins.' ) . '

'; echo ''; include( ABSPATH . 'wp-admin/admin-footer.php' ); die(); diff --git a/wp-includes/version.php b/wp-includes/version.php index 3a33d6e782..4b2faccb03 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta2-41923'; +$wp_version = '4.9-beta2-41924'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.