Skip to:
Content

bbPress.org

Changeset 4723


Ignore:
Timestamp:
01/27/2013 01:26:44 AM (13 years ago)
Author:
johnjamesjacoby
Message:

On single forum view, do not check for forum count when trying to query sub forums. Fixes #2085.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/default/bbpress/content-single-forum.php

    r4225 r4723  
    2424        <?php bbp_single_forum_description(); ?>
    2525
    26         <?php if ( bbp_get_forum_subforum_count() && bbp_has_forums() ) : ?>
     26        <?php if ( bbp_has_forums() ) : ?>
    2727
    2828            <?php bbp_get_template_part( 'loop', 'forums' ); ?>
Note: See TracChangeset for help on using the changeset viewer.