Opened 13 years ago
Closed 13 years ago
#3432 closed defect (bug) (fixed)
Duplicate do_action calls on same template
Reported by: | 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)
Note: See
TracTickets for help on using
tickets.
Good call. Looks like it was introduced in r3810, so is new to the 1.5 trunk.