[buddypress-trac] [BuddyPress] #2324: register.php has a duplicate do_action hook
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Tue Apr 20 22:22:16 UTC 2010
#2324: register.php has a duplicate do_action hook
-----------------------+----------------------------------------------------
Reporter: jeffsayre | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 1.2.4
Component: Core | Keywords: register theme hooks
-----------------------+----------------------------------------------------
This is self explanatory. Here's what's going on:
do_action( ‘bp_before_blog_details_fields’ ); occurs on lines 48 and 167.
This causes any hooked actions to fire twice. Removal of the one on 48
results in the expected behavior.
A patch file is included
--
Ticket URL: <https://trac.buddypress.org/ticket/2324>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list