buddypress/bp-messages
Boone B Gorges 555727cd53 Introduces bp_get_send_message_button_args filter
Most buttons have a filter on the args that are passed to bp_has_button().
The bp-messages Send Message button filter 'bp_get_send_message_button', in
contrast, is on the HTML return value of bp_has_button(). This was probably
a mistake in the original implementation. However, simply moving the existing
filter would break compatibility with existing implementations that use it. So
we've added a new filter, which works the same as other button filters, but has
a slightly different naming convention.

Fixes #4536

Props megainfo, rogercoathup

git-svn-id: https://buddypress.svn.wordpress.org/trunk@6943 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2013-04-26 01:59:46 +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 prepare() usage audit. See #4654. (trunk) 2012-12-10 05:45:24 +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 EOF: 2012-09-18 18:03:00 +00:00
bp-messages-loader.php Toggle displayed/logged-in user for sub-nav. Bail if no menu should be available. Add 'user_has_access' checks where applicable. Reverts r6519. Fixes #4661. 2012-12-10 18:47:31 +00:00
bp-messages-notifications.php Only show the 'to disable' notice in emails if Settings is enabled 2013-04-18 00:36:43 +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 Introduces bp_get_send_message_button_args filter 2013-04-26 01:59:46 +00:00