Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2011 12:40:24 PM (14 years ago)
Author:
boonebgorges
Message:

Ensure that total forum count is correct when a search term is passed to the topic loop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-template.php

    r4786 r4787  
    143143                // For forum directories, get a true count
    144144                $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 );
    146146            }
    147147
Note: See TracChangeset for help on using the changeset viewer.