Skip to:
Content

BuddyPress.org

Changeset 2937


Ignore:
Timestamp:
04/19/2010 06:05:27 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2118 props edelwater. bp_has_groups handles $search_terms properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-groups/bp-groups-templatetags.php

    r2763 r2937  
    6565
    6666        $this->pag_links = paginate_links( array(
    67             'base' => add_query_arg( array( 'grpage' => '%#%', 'num' => $this->pag_num, 's' => $_REQUEST['s'], 'sortby' => $this->sort_by, 'order' => $this->order ) ),
     67            'base' => add_query_arg( array( 'grpage' => '%#%', 'num' => $this->pag_num, 's' => $search_terms, 'sortby' => $this->sort_by, 'order' => $this->order ) ),
    6868            'format' => '',
    6969            'total' => ceil($this->total_group_count / $this->pag_num),
Note: See TracChangeset for help on using the changeset viewer.