Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 11 years ago

Last modified 8 years ago

#5311 closed defect (bug) (fixed)

do_action on friends activity select miss-named

Reported by: modemlooper's profile modemlooper Owned by: djpaul's profile djpaul
Milestone: 2.0 Priority: normal
Severity: normal Version: 1.9
Component: Templates Keywords: has-patch early
Cc:

Description

Reported in forum, the drop down for friends activity on profile has a do_action

do_action( 'bp_member_blog_order_options' )

Should be

do_action( 'bp_member_friends_order_options' )

This patch fixes this

Attachments (1)

5311.patch (497 bytes) - added by modemlooper 11 years ago.

Download all attachments as: .zip

Change History (5)

@modemlooper
11 years ago

#1 @modemlooper
11 years ago

Sorry, not friends activity but friends list :D

#2 @DJPaul
11 years ago

  • Keywords has-patch early added
  • Milestone changed from Awaiting Review to 2.0

#3 @djpaul
11 years ago

  • Owner set to djpaul
  • Resolution set to fixed
  • Status changed from new to closed

In 8039:

Templates: correct mis-named action in members/single/friends.php template.

Fixes #5311, props modemlooper

#4 @DJPaul
8 years ago

  • Component changed from Appearance - Template Parts to Templates
Note: See TracTickets for help on using tickets.