Skip to:
Content

BuddyPress.org

Opened 8 years ago

Closed 8 years ago

#7303 closed enhancement (fixed)

Add group types to bp_get_groups_class()

Reported by: hnla's profile hnla Owned by: hnla's profile hnla
Milestone: 2.8 Priority: normal
Severity: minor Version:
Component: Groups Keywords: has-patch
Cc:

Description

As pointed out by Offerins currently we output the member types as tokens for the members dir loop li elements in bp_get_member_class() but haven't matched this for the groups loop.

Patch to follow will correct this and mirror behaviour as existing for members.

Attachments (1)

7303.patch (663 bytes) - added by hnla 8 years ago.
Add group types to group loop class function

Download all attachments as: .zip

Change History (3)

@hnla
8 years ago

Add group types to group loop class function

#1 @hnla
8 years ago

  • Keywords has-patch added
  • Owner set to hnla
  • Status changed from new to assigned

#2 @hnla
8 years ago

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

In 11209:

Add group types to bp_get_group_class()

Commit adds loops group types for the groups loop li elements class, this mirrors the behaviour of members types in bp_get_member_class()

Fixes #7303 Props offereins, hnla

Note: See TracTickets for help on using tickets.