Changeset 1324
- Timestamp:
- 03/16/2008 12:07:03 PM (18 years ago)
- File:
-
- 1 edited
-
branches/0.8/bb-admin/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.8/bb-admin/themes.php
r1247 r1324 61 61 <small class="version"><?php echo $theme_data['Version']; ?></small> 62 62 <?php printf(__('by <cite>%s</cite>'), $theme_data['Author']); if ( $theme_data['Porter'] ) printf(__(', ported by <cite>%s</cite>'), $theme_data['Porter']); ?> 63 < p><?php echo $theme_data['Description']; ?></p>63 <?php echo $theme_data['Description']; // Description is autop'ed ?> 64 64 <small><?php printf(__('Installed in: %s'), str_replace(array('core#', 'user#'), array(__('Core themes -> '), __('User installed themes -> ')), $theme)); ?></small> 65 65 </div>
Note: See TracChangeset
for help on using the changeset viewer.