Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#2324 closed defect (bug) (fixed)

register.php has a duplicate do_action hook

Reported by: jeffsayre's profile jeffsayre Owned by: jeffsayre's profile jeffsayre
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)

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

Download all attachments as: .zip

Change History (3)

#1 @jeffsayre
15 years ago

  • Owner set to jeffsayre
  • Status changed from new to assigned

#2 @johnjamesjacoby
15 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

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

Note: See TracTickets for help on using tickets.