diff --git a/src/wp-admin/css/forms.css b/src/wp-admin/css/forms.css index 6db6d188a8..ff8de1c4f9 100644 --- a/src/wp-admin/css/forms.css +++ b/src/wp-admin/css/forms.css @@ -1130,6 +1130,11 @@ table.form-table td .updated p { max-width: 60%; } +.configuration-rules-label { + font-weight: 600; + margin-bottom: 4px; +} + /*------------------------------------------------------------------------------ Credentials check dialog for Install and Updates ------------------------------------------------------------------------------*/ diff --git a/src/wp-admin/includes/network.php b/src/wp-admin/includes/network.php index ae3e906fcc..aef0b2e4b6 100644 --- a/src/wp-admin/includes/network.php +++ b/src/wp-admin/includes/network.php @@ -470,7 +470,7 @@ function network_step2( $errors = false ) { } ?>
+
-
'; + echo '
'; printf( /* translators: 1: File name (.htaccess or web.config), 2: File path. */ __( 'Add the following to your %1$s file in %2$s, replacing other WordPress rules:' ), @@ -668,7 +687,16 @@ EOF; echo '
' . __( 'Warning:' ) . ' ' . __( 'Subdirectory networks may not be fully compatible with custom wp-content directories.' ) . '
'; } ?> -+
wp-config.php' ); ?>
-+
wp-config.php' ); @@ -411,7 +411,13 @@ switch ( $step ) { } ?>
-