diff --git a/wp-admin/network/themes.php b/wp-admin/network/themes.php
index f73521baab..4c6febea98 100644
--- a/wp-admin/network/themes.php
+++ b/wp-admin/network/themes.php
@@ -135,11 +135,25 @@ if ( $action ) {
-
+ ' . __( 'Caution:' ) . ' ' . __( 'This theme may be active on other sites in the network.' ),
+ array(
+ 'additional_classes' => array( 'error' ),
+ )
+ );
+ ?>
-
+ ' . __( 'Caution:' ) . ' ' . __( 'These themes may be active on other sites in the network.' ),
+ array(
+ 'additional_classes' => array( 'error' ),
+ )
+ );
+ ?>
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 4e8bfc2334..a8013b7d92 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.4-alpha-56600';
+$wp_version = '6.4-alpha-56601';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.