Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/07/2011 02:09:21 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Change bbp-forum-info class to bbp-forum-content in same places. Fixes #1590. Props sorich87.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/single-forum.php

    r3311 r3383  
    2121                    <?php if ( bbp_user_can_view_forum() ) : ?>
    2222
    23                         <div id="forum-<?php bbp_forum_id(); ?>" class="bbp-forum-info">
     23                        <div id="forum-<?php bbp_forum_id(); ?>" class="bbp-forum-content">
    2424                            <h1 class="entry-title"><?php bbp_forum_title(); ?></h1>
    2525                            <div class="entry-content">
Note: See TracChangeset for help on using the changeset viewer.