From c42b3261dcd70076c84e65b926c946f141822217 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Sat, 15 Mar 2008 18:38:21 +0000 Subject: [PATCH] Add some class to the your are using theme xxx paragraph. Fixes #6234 props Aaron Harun. git-svn-id: https://develop.svn.wordpress.org/trunk@7315 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/index.php b/wp-admin/index.php index 9a811b4411..deeac4e470 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -96,7 +96,7 @@ $widgets_text = sprintf( __ngettext( '%d widget', '%d widgets', $num_widgets ), if ( $can_switch_themes = current_user_can( 'switch_themes' ) ) $widgets_text = "$widgets_text"; ?> -

+

title, $widgets_text ); ?>