diff --git a/src/wp-admin/network/themes.php b/src/wp-admin/network/themes.php index 29dd9e5b57..9466c41017 100644 --- a/src/wp-admin/network/themes.php +++ b/src/wp-admin/network/themes.php @@ -287,7 +287,7 @@ if ( isset( $_GET['enabled'] ) ) { $wp_list_table->views(); if ( 'broken' == $status ) - echo '
' . __('The following themes are installed but incomplete. Themes must have a stylesheet and a template.') . '
'; + echo '' . __( 'The following themes are installed but incomplete.' ) . '
'; ?>