Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/11/2008 11:05:52 AM (17 years ago)
Author:
apeatling
Message:

Fixes bug where no results are returned on group finder search when clicking pagination

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-templatetags.php

    r531 r536  
    977977}
    978978
     979function bp_group_pag_id() {
     980    global $bp;
     981   
     982    if ( $bp['current_action'] == 'group-finder' )
     983        echo 'groupfinder-pag';
     984    else
     985        echo 'pag';
     986}
     987
    979988
    980989function bp_group_member_pagination() {
Note: See TracChangeset for help on using the changeset viewer.