Skip to:
Content

bbPress.org

Changeset 1324


Ignore:
Timestamp:
03/16/2008 12:07:03 PM (18 years ago)
Author:
sambauers
Message:

XHTML validation fixes for themes page. See #828 branches/0.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.8/bb-admin/themes.php

    r1247 r1324  
    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']; // Description is autop'ed ?>
    6464            <small><?php printf(__('Installed in: %s'), str_replace(array('core#', 'user#'), array(__('Core themes -&gt; '), __('User installed themes -&gt; ')), $theme)); ?></small>
    6565        </div>
Note: See TracChangeset for help on using the changeset viewer.