[buddypress-trac] [BuddyPress] #3432: Duplicate do_action calls on same template

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Thu Aug 4 02:34:44 UTC 2011


#3432: Duplicate do_action calls on same template
---------------------------+-----------------------------
 Reporter:  travel-junkie  |      Owner:
     Type:  defect         |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  Core           |    Version:
 Severity:  normal         |   Keywords:
---------------------------+-----------------------------
 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.

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3432>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list