Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 10 years ago

#5311 closed defect (bug) (fixed)

do_action on friends activity select miss-named

Reported by: modemlooper Owned by: djpaul
Priority: normal Milestone: 2.0
Component: Templates Version: 1.9
Severity: normal 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 13 years ago.

Download all attachments as: .zip

Change History (5)

@modemlooper
13 years ago

#1 @modemlooper
13 years ago

Sorry, not friends activity but friends list :D

#2 @DJPaul
13 years ago

  • Keywords has-patch early added
  • Milestone Awaiting Review2.0

#3 @djpaul
13 years ago

  • Owner set to djpaul
  • Resolutionfixed
  • Status newclosed

In 8039:

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

Fixes #5311, props modemlooper

#4 @DJPaul
10 years ago

  • Component Appearance - Template PartsTemplates
Note: See TracTickets for help on using tickets.