From d9501dd5d5b7f59f2ca7611a149e04015218cee3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 13 Jan 2020 16:58:06 +0000 Subject: [PATCH] Networks and Sites: Use `warning` styles for 'Caution' and 'Warning' messages during Multisite installation. Props dlh. Fixes #49186. git-svn-id: https://develop.svn.wordpress.org/trunk@47067 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/network.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/network.php b/src/wp-admin/includes/network.php index 3f29c71b86..7fe03dc472 100644 --- a/src/wp-admin/includes/network.php +++ b/src/wp-admin/includes/network.php @@ -122,7 +122,7 @@ function network_step1( $errors = false ) { $active_plugins = get_option( 'active_plugins' ); if ( ! empty( $active_plugins ) ) { - echo '

' . __( 'Warning:' ) . ' ' . sprintf( + echo '

' . __( 'Warning:' ) . ' ' . sprintf( /* translators: %s: URL to Plugins screen. */ __( 'Please deactivate your plugins before enabling the Network feature.' ), admin_url( 'plugins.php?plugin_status=active' ) @@ -434,7 +434,7 @@ function network_step2( $errors = false ) { ?>

-

+

' . __( 'Caution:' ) . ' ';