From 4f51d3679ca1e6bac543ccb946bf946d04b00238 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 23 May 2019 23:27:57 +0000 Subject: [PATCH] Networks and Sites: Remove extra whitespace in `.htaccess` rules on Network Setup page. Props riddhiehta02 for initial patch, sebastienserre, masterforwordpress. Fixes #47062. git-svn-id: https://develop.svn.wordpress.org/trunk@45390 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/network.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/wp-admin/includes/network.php b/src/wp-admin/includes/network.php index ea6ec24bac..f2a8e82453 100644 --- a/src/wp-admin/includes/network.php +++ b/src/wp-admin/includes/network.php @@ -608,9 +608,9 @@ define('BLOG_ID_CURRENT_SITE', 1); echo '

' . __( 'Warning:' ) . ' ' . __( 'Subdirectory networks may not be fully compatible with custom wp-content directories.' ) . '

'; } ?> - - + + + ' . __( 'Warning:' ) . ' ' . __( 'Subdirectory networks may not be fully compatible with custom wp-content directories.' ) . '

'; } ?> - - + + +