From 8f4a6370f0b3c26b8bb4f8f963c38489cb573ccd Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Mon, 28 Sep 2015 23:29:40 +0000 Subject: [PATCH] Fixes #33816. MS: Adjust formatting of code in `site-new.php` to improve readability. Fixes #34066. git-svn-id: https://develop.svn.wordpress.org/trunk@34673 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/network/site-new.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/wp-admin/network/site-new.php b/src/wp-admin/network/site-new.php index ea87438f95..92765dc6f5 100644 --- a/src/wp-admin/network/site-new.php +++ b/src/wp-admin/network/site-new.php @@ -19,12 +19,12 @@ if ( ! is_multisite() ) if ( ! current_user_can( 'manage_sites' ) ) wp_die( __( 'You do not have sufficient permissions to add sites to this network.' ) ); - get_current_screen()->add_help_tab( array( - 'id' => 'overview', - 'title' => __('Overview'), - 'content' => - '

' . __('This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings.') . '

' . - '

' . __('If the admin email for the new site does not exist in the database, a new user will also be created.') . '

' +get_current_screen()->add_help_tab( array( + 'id' => 'overview', + 'title' => __('Overview'), + 'content' => + '

' . __('This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings.') . '

' . + '

' . __('If the admin email for the new site does not exist in the database, a new user will also be created.') . '

' ) ); get_current_screen()->set_help_sidebar(