diff --git a/wp-admin/includes/network.php b/wp-admin/includes/network.php index 3f29c71b86..7fe03dc472 100644 --- a/wp-admin/includes/network.php +++ b/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:' ) . ' '; diff --git a/wp-includes/version.php b/wp-includes/version.php index 09b862973c..a00cbef0f1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47066'; +$wp_version = '5.4-alpha-47067'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.