buddypress/bp-messages
Boone B Gorges 93979c1ec8 Cast args to a new variable in messages_notification_new_message()
r7621 made it possible for this function to accept a $message object in
addition to an array, by casting the arguments to an array. However, this
caused downstream problems when the $message object was passed by reference,
as in the case of 'messages_message_sent'. This changeset leaves the passed
object untouched.

Fixes #5273

git-svn-id: https://buddypress.svn.wordpress.org/trunk@7650 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2013-12-06 16:28:25 +00:00
..
css/autocomplete Switch to .min for compressed JS and CSS files. 2012-08-24 18:10:17 +00:00
js/autocomplete Compress scripts/styles: 1.8-bleeding-6931. 2013-04-19 21:57:20 +00:00
bp-messages-actions.php Messages: 2012-11-30 23:49:37 +00:00
bp-messages-cache.php EOF: 2012-09-18 18:03:00 +00:00
bp-messages-classes.php Use esc_sql() instead of $wpdb->escape() throughout 2013-08-05 14:42:16 +00:00
bp-messages-cssjs.php EOF: 2012-09-18 18:03:00 +00:00
bp-messages-filters.php EOF: 2012-09-18 18:03:00 +00:00
bp-messages-functions.php Refactor Messages component's approach to Notifications integration: 2013-11-30 04:44:58 +00:00
bp-messages-loader.php Add a fourth parameter to the BP_Component::start() method. 2013-10-22 19:31:29 +00:00
bp-messages-notifications.php Cast args to a new variable in messages_notification_new_message() 2013-12-06 16:28:25 +00:00
bp-messages-screens.php Removes the "Email me when a sitewide notice is sent" notification setting 2013-02-21 00:31:09 +00:00
bp-messages-template.php Refactor Messages component's approach to Notifications integration: 2013-11-30 04:44:58 +00:00
bp-messages-widgets.php Introduce Sitewide Notices widget 2013-10-15 18:28:53 +00:00