Changeset 7893 for trunk/wp-admin/index.php
- Timestamp:
- 05/05/2008 03:55:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index.php
r7590 r7893 111 111 ?> 112 112 <p class="youare"> 113 <?php printf( __( 'You are using %1$s theme with %2$s.' ), $ct->title, $widgets_text ); ?>113 <?php printf( __( 'You are using the %1$s theme with %2$s.' ), $ct->title, $widgets_text ); ?> 114 114 <?php if ( $can_switch_themes ) : ?> 115 115 <a href="themes.php" class="rbutton"><?php _e('Change Theme'); ?></a>
Note: See TracChangeset
for help on using the changeset viewer.