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' ), + ) + ); + ?>