Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#3432 closed defect (bug) (fixed)

Duplicate do_action calls on same template

Reported by: travel-junkie Owned by:
Priority: trivial Milestone: 1.5
Component: Core Version: 1.5
Severity: trivial Keywords:
Cc:

Description

Just noticed that there are duplicate do_action calls on the group index page:

do_action( 'bp_groups_directory_group_types' );

Should probably be:

do_action( 'bp_groups_directory_group_sub_types' );

I remember that there were quite a few of those at some point, but they might have been changed already. Had a quick look, but this was the only one I found.

Change History (2)

#1 @boonebgorges
15 years ago

  • Milestone Awaiting Review1.5
  • Priority normaltrivial
  • Severity normaltrivial
  • Version1.5

Good call. Looks like it was introduced in r3810, so is new to the 1.5 trunk.

#2 @boonebgorges
15 years ago

  • Resolutionfixed
  • Status newclosed

(In [4923]) Remove duplicate do_action hook name. Fixes #3432. Props travel-junkie

Note: See TracTickets for help on using tickets.