Changeset 3254
- Timestamp:
- 05/28/2011 12:51:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-topic-template.php
r3251 r3254 74 74 75 75 // Are we in a forum and looking to do a forum only query? 76 $in_forum = (bool) ( bbp_is_forum() && !bbp_is_ query_name( 'bbp_widget' ) );76 $in_forum = (bool) ( bbp_is_forum() && !bbp_is_forum_archive() && !bbp_is_query_name( 'bbp_widget' ) ); 77 77 78 78 // What are the default allowed statuses (based on user caps)
Note: See TracChangeset
for help on using the changeset viewer.