[buddypress-trac] [BuddyPress] #5273: Error sending private messages in 1.9 Beta 2

buddypress-trac noreply at wordpress.org
Thu Dec 5 00:50:42 UTC 2013


#5273: Error sending private messages in 1.9 Beta 2
--------------------------+------------------------------
 Reporter:  henrywright   |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Core          |     Version:
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+------------------------------

Comment (by henrywright):

 Changing it to either:

 {{{do_action_ref_array( 'messages_message_sent', array( $message ) );}}}

 or

 {{{do_action( 'messages_message_sent', $message );}}}

 solves the problem.

 What's the reason for prefixing $message with an ampersand?

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5273#comment:13>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list