Changeset 6033 for trunk/wp-admin/themes.php
- Timestamp:
- 09/04/2007 08:56:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r6016 r6033 41 41 <img src="<?php echo get_option('siteurl') . '/' . $ct->stylesheet_dir . '/' . $ct->screenshot; ?>" alt="<?php _e('Current theme preview'); ?>" /> 42 42 <?php endif; ?> 43 <h3><?php printf(_ _('%1$s %2$s by %3$s'), $ct->title, $ct->version, $ct->author) ; ?></h3>43 <h3><?php printf(_c('%1$s %2$s by %3$s|1: theme title, 2: theme version, 3: theme author'), $ct->title, $ct->version, $ct->author) ; ?></h3> 44 44 <p><?php echo $ct->description; ?></p> 45 45 <?php if ($ct->parent_theme) { ?>
Note: See TracChangeset
for help on using the changeset viewer.