From a8518be72bf3463773b3d09de66a0e596c09d3e4 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 18 Oct 2017 20:50:58 +0000 Subject: [PATCH] Network Admin: After [41923], move the second `

` tag to a new line for better readability. See #41652. git-svn-id: https://develop.svn.wordpress.org/trunk@41924 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/network.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/includes/network.php b/src/wp-admin/includes/network.php index a83eb289a3..f9c5a79ec6 100644 --- a/src/wp-admin/includes/network.php +++ b/src/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();