Changeset 11133 for trunk/wp-admin/themes.php
- Timestamp:
- 04/30/2009 02:33:22 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r11109 r11133 122 122 /* translators: 1: theme title, 2: theme version, 3: theme author */ 123 123 printf(__('%1$s %2$s by %3$s'), $ct->title, $ct->version, $ct->author) ; ?></h4> 124 <p class=" description"><?php echo $ct->description; ?></p>124 <p class="theme-description"><?php echo $ct->description; ?></p> 125 125 <?php if ($ct->parent_theme) { ?> 126 126 <p><?php printf(__('The template files are located in <code>%2$s</code>. The stylesheet files are located in <code>%3$s</code>. <strong>%4$s</strong> uses templates from <strong>%5$s</strong>. Changes made to the templates will affect both themes.'), $ct->title, $ct->template_dir, $ct->stylesheet_dir, $ct->title, $ct->parent_theme); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.