Skip to:
Content

BuddyPress.org

Opened 4 years ago

Closed 4 years ago

#8692 closed defect (bug) (fixed)

BP Nouveau: improve member's header private message button

Reported by: imath Owned by: imath
Priority: normal Milestone: 10.3.0
Component: Templates Version: 3.0.0
Severity: normal Keywords: has-patch
Cc:

Description

This button is not using the specific template function to build the link to send a message to the displayed user ( bp_get_send_private_message_link() ). Instead it's duplicating the code used into this function.

Attachments (1)

8692.patch (780 bytes ) - added by imath 4 years ago.

Download all attachments as: .zip

Change History (4)

@imath
4 years ago

#1 @imath
4 years ago

  • Summary BP Nouveau: improve private message's member header message linkBP Nouveau: improve member's header private message button

#2 @imath
4 years ago

In 13276:

BP Nouveau: improve member's header private message button

Avoid code duplication when generating this button link by using the available specific template function to do so: bp_get_send_private_message_link().

See #8692 (trunk)

#3 @imath
4 years ago

  • Resolutionfixed
  • Status assignedclosed

In 13277:

BP Nouveau: improve member's header private message button

Avoid code duplication when generating this button link by using the available specific template function to do so: bp_get_send_private_message_link().

Fixes #8692 (branch 10.0)

Note: See TracTickets for help on using tickets.