Changeset 11827 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 08/16/2009 05:51:36 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r11749 r11827 340 340 if ( current_user_can( 'switch_themes' ) ) { 341 341 echo '<a href="themes.php" class="button rbutton">' . __('Change Theme') . '</a>'; 342 printf( 'Theme <span class="b"><a href="themes.php">%1$s</a></span>', $ct->title);342 printf( __('Theme <span class="b"><a href="themes.php">%1$s</a></span>'), $ct->title ); 343 343 } else { 344 printf( 'Theme <span class="b">%1$s</span>', $ct->title);344 printf( __('Theme <span class="b">%1$s</span>'), $ct->title ); 345 345 } 346 346 }
Note: See TracChangeset
for help on using the changeset viewer.