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
This commit is contained in:
Peter Westwood 2008-03-15 18:38:21 +00:00
parent 9b3aab6c0d
commit c42b3261dc
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "<a href='widgets.php'>$widgets_text</a>";
?>
<p>
<p class="youare">
<?php printf( __( 'You are using %1$s theme with %2$s.' ), $ct->title, $widgets_text ); ?>
<?php if ( $can_switch_themes ) : ?>
<a href="themes.php" class="rbutton"><?php _e('Change Theme'); ?></a>