Changeset 536 for trunk/bp-groups/bp-groups-templatetags.php
- Timestamp:
- 11/11/2008 11:05:52 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups/bp-groups-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-templatetags.php
r531 r536 977 977 } 978 978 979 function 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 979 988 980 989 function bp_group_member_pagination() {
Note: See TracChangeset
for help on using the changeset viewer.