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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Good call. Looks like it was introduced in r3810, so is new to the 1.5 trunk.