mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
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 |
||
|---|---|---|
| .. | ||
| css/autocomplete | ||
| js/autocomplete | ||
| bp-messages-actions.php | ||
| bp-messages-cache.php | ||
| bp-messages-classes.php | ||
| bp-messages-cssjs.php | ||
| bp-messages-filters.php | ||
| bp-messages-functions.php | ||
| bp-messages-loader.php | ||
| bp-messages-notifications.php | ||
| bp-messages-screens.php | ||
| bp-messages-template.php | ||