Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/14/2012 09:08:44 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Add missing styling to bbp-forum-content in theme compat. See #1800.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-theme-compat/bbpress/loop-single-forum.php

    r3735 r3834  
    2828        <?php do_action( 'bbp_theme_before_forum_description' ); ?>
    2929
    30         <p class="bbp-forum-content"><?php the_content(); ?></p>
     30        <div class="bbp-forum-content"><?php the_content(); ?></div>
    3131
    3232        <?php do_action( 'bbp_theme_after_forum_description' ); ?>
Note: See TracChangeset for help on using the changeset viewer.