Ticket #828: themes.patch

File themes.patch, 877 bytes (added by da3rX, 4 years ago)
  • themes.php

     
    6060                        <h3><a href="<?php echo $activation_url; ?>" title="<?php echo attribute_escape( __('Click to activate') ); ?>"><?php echo $theme_data['Title']; ?></a></h3> 
    6161                        <small class="version"><?php echo $theme_data['Version']; ?></small> 
    6262                        <?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']; ?> 
    6464                        <small><?php printf(__('Installed in: %s'), str_replace(array('core#', 'user#'), array(__('Core themes -&gt; '), __('User installed themes -&gt; ')), $theme)); ?></small> 
    6565                </div> 
    6666                <br class="clear" />