Changeset 5930 for trunk/bp-groups/bp-groups-template.php
- Timestamp:
- 03/16/2012 02:46:06 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups/bp-groups-template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-template.php
r5927 r5930 1685 1685 var $total_group_count; 1686 1686 1687 function bp_groups_group_members_template( $group_id, $per_page, $max, $exclude_admins_mods, $exclude_banned, $exclude ) {1688 $this->__construct( $group_id, $per_page, $max, $exclude_admins_mods, $exclude_banned, $exclude );1689 }1690 1691 1687 function __construct( $group_id, $per_page, $max, $exclude_admins_mods, $exclude_banned, $exclude ) { 1692 1688 … … 2408 2404 var $total_request_count; 2409 2405 2410 function bp_groups_membership_requests_template( $group_id, $per_page, $max ) {2411 $this->__construct( $group_id, $per_page, $max );2412 }2413 2414 2415 2406 function __construct( $group_id, $per_page, $max ) { 2416 2407 … … 2578 2569 var $pag_links; 2579 2570 var $total_invite_count; 2580 2581 function bp_groups_invite_template( $user_id, $group_id ) {2582 $this->__construct( $user_id, $group_id );2583 }2584 2571 2585 2572 function __construct( $user_id, $group_id ) {
Note: See TracChangeset
for help on using the changeset viewer.