Ticket #828: themes.patch
| File themes.patch, 877 bytes (added by da3rX, 4 years ago) |
|---|
-
themes.php
60 60 <h3><a href="<?php echo $activation_url; ?>" title="<?php echo attribute_escape( __('Click to activate') ); ?>"><?php echo $theme_data['Title']; ?></a></h3> 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']; ?> 64 64 <small><?php printf(__('Installed in: %s'), str_replace(array('core#', 'user#'), array(__('Core themes -> '), __('User installed themes -> ')), $theme)); ?></small> 65 65 </div> 66 66 <br class="clear" />