Changeset 4787 for trunk/bp-forums/bp-forums-template.php
- Timestamp:
- 07/22/2011 12:40:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-template.php
r4786 r4787 143 143 // For forum directories, get a true count 144 144 $status = is_super_admin() ? 'all' : 'public'; // todo: member-of 145 $topic_count = (int)groups_total_forum_topic_count( $status );145 $topic_count = (int)groups_total_forum_topic_count( $status, $search_terms ); 146 146 } 147 147
Note: See TracChangeset
for help on using the changeset viewer.