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

` tag to a new line for better readability. See #41652. Built from https://develop.svn.wordpress.org/trunk@41924 git-svn-id: http://core.svn.wordpress.org/trunk@41758 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/network.php | 3 ++- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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.