Opened 15 years ago
Closed 15 years ago
#2324 closed defect (bug) (fixed)
register.php has a duplicate do_action hook
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 1.2.4 | Priority: | normal |
Severity: | Version: | ||
Component: | Core | Keywords: | register theme hooks |
Cc: |
Description
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
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Fixed in r2963 but accidentally referenced ticket #2314 in my commit.