Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1225 closed defect (bug) (fixed)

Groups templatetags bug

Reported by: petronic's profile petronic Owned by:
Milestone: Priority: major
Severity: Version:
Component: Keywords:
Cc:

Description

There is an error in these two functions:
bp_get_new_group_description()
bp_get_new_group_news()

In both functions "name" property, $bp->groups->current_group->name, is used instead of description and news, respectively.

Please, see patch attached.

Attachments (1)

patch.diff (842 bytes) - added by petronic 15 years ago.

Download all attachments as: .zip

Change History (2)

@petronic
15 years ago

#1 @apeatling
15 years ago

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

(In [2053]) Fixes #1225

Note: See TracTickets for help on using tickets.