Skip to:
Content

BuddyPress.org

Opened 2 years ago

Closed 2 years ago

#8692 closed defect (bug) (fixed)

BP Nouveau: improve member's header private message button

Reported by: imath's profile imath Owned by: imath's profile imath
Milestone: 10.3.0 Priority: normal
Severity: normal Version: 3.0.0
Component: Templates 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 2 years ago.

Download all attachments as: .zip

Change History (4)

@imath
2 years ago

#1 @imath
2 years ago

  • Summary changed from BP Nouveau: improve private message's member header message link to BP Nouveau: improve member's header private message button

#2 @imath
2 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
2 years ago

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

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.