Skip to:
Content

BuddyPress.org

Opened 4 years ago

Closed 4 years ago

#8310 closed enhancement (fixed)

bp_has_groups() should accept 'status' parameter

Reported by: boonebgorges's profile boonebgorges Owned by: dcavins's profile dcavins
Milestone: 7.0.0 Priority: normal
Severity: normal Version:
Component: Groups Keywords: good-first-bug needs-patch
Cc:

Description

groups_get_groups() accepts a 'status' parameter, but bp_has_groups() does not. Let's fix this.

Change History (3)

This ticket was mentioned in Slack in #buddypress by imath. View the logs.


4 years ago

#2 @dcavins
4 years ago

  • Owner set to dcavins
  • Status changed from new to assigned

#3 @dcavins
4 years ago

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

In 12744:

Support status parameter in bp_has_groups().

Allow a status parameter to be passed through bp_has_groups() to its underlying function, groups_has_groups().

Fixes #8310.

Note: See TracTickets for help on using tickets.