Make WordPress Core

Changeset 7315


Ignore:
Timestamp:
03/15/2008 06:38:21 PM (17 years ago)
Author:
westi
Message:

Add some class to the your are using theme xxx paragraph. Fixes #6234 props Aaron Harun.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/index.php

    r7237 r7315  
    9797    $widgets_text = "<a href='widgets.php'>$widgets_text</a>";
    9898?>
    99 <p>
     99<p class="youare">
    100100    <?php printf( __( 'You are using %1$s theme with %2$s.' ), $ct->title, $widgets_text ); ?>
    101101    <?php if ( $can_switch_themes ) : ?>
Note: See TracChangeset for help on using the changeset viewer.