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-groups/bp-groups-forums.php

    r4764 r4787  
    258258 * @return int The topic count
    259259 */
    260 function groups_total_forum_topic_count( $status = 'public' ) {
    261     return apply_filters( 'groups_total_forum_topic_count', BP_Groups_Group::get_global_topic_count( $status ) );
     260function groups_total_forum_topic_count( $status = 'public', $search_terms = false ) {
     261    return apply_filters( 'groups_total_forum_topic_count', BP_Groups_Group::get_global_topic_count( $status, $search_terms ) );
    262262}
    263263
Note: See TracChangeset for help on using the changeset viewer.