Skip to:
Content

BuddyPress.org

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)

jeffsayre_2324_register_php.patch (693 bytes ) - added by jeffsayre 16 years ago.

Download all attachments as: .zip

Change History (3)

#1 @jeffsayre
16 years ago

  • Owner set to jeffsayre
  • Status newassigned

#2 @johnjamesjacoby
16 years ago

  • Resolutionfixed
  • Status assignedclosed

Fixed in r2963 but accidentally referenced ticket #2314 in my commit.

Note: See TracTickets for help on using tickets.