Changeset 13409 for trunk/src/bp-activity/bp-activity-template.php
- Timestamp:
- 02/03/2023 08:19:48 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-template.php
r13395 r13409 3559 3559 * @param array $button_args Array of arguments for the public message button HTML. 3560 3560 */ 3561 return apply_filters( 'bp_get_send_public_message_button', $button_args );3561 return (array) apply_filters( 'bp_get_send_public_message_button', $button_args ); 3562 3562 } 3563 3563
Note: See TracChangeset
for help on using the changeset viewer.