Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

#3057 closed defect (bug) (fixed)

function bp_group_join_button does not pass $group to bp_get_group_join_button

Reported by: deadpan110's profile deadpan110 Owned by:
Milestone: 1.5 Priority: normal
Severity: Version:
Component: Core Keywords: has-patch
Cc:

Description

BuddyPress version 1.2.7

File:
buddypress/bp-groups/bp-groups-templatetags.php line 1114

currently:
function bp_group_join_button( $group = false ) {

echo bp_get_group_join_button();

}

expected:
function bp_group_join_button( $group = false ) {

echo bp_get_group_join_button( $group );

}

Attachments (1)

3057.patch (481 bytes) - added by SergeyBiryukov 13 years ago.

Download all attachments as: .zip

Change History (4)

#1 @SergeyBiryukov
13 years ago

  • Keywords has-patch added; group_join_button removed

#2 @DJPaul
13 years ago

  • Milestone changed from Awaiting Review to 1.3

#3 @djpaul
13 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [4029]) Pass $group to group join button function. Fixes #3057, props deadpan110

Note: See TracTickets for help on using tickets.