Opened 16 years ago
Closed 16 years ago
#2324 closed defect (bug) (fixed)
register.php has a duplicate do_action hook
| Reported by: | jeffsayre | Owned by: | jeffsayre |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2.4 |
| Component: | Core | Version: | |
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fixed in r2963 but accidentally referenced ticket #2314 in my commit.