Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

#3432 closed defect (bug) (fixed)

Duplicate do_action calls on same template

Reported by: travel-junkie's profile travel-junkie Owned by:
Milestone: 1.5 Priority: trivial
Severity: trivial Version: 1.5
Component: Core 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
13 years ago

  • Milestone changed from Awaiting Review to 1.5
  • Priority changed from normal to trivial
  • Severity changed from normal to trivial
  • Version set to 1.5

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

#2 @boonebgorges
13 years ago

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

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

Note: See TracTickets for help on using tickets.