Changeset 13410 for branches/11.0/src/bp-activity/bp-activity-template.php
- Timestamp:
- 02/03/2023 08:34:14 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/11.0/src/bp-activity/bp-activity-template.php
r13345 r13410 3561 3561 * @param array $button_args Array of arguments for the public message button HTML. 3562 3562 */ 3563 return apply_filters( 'bp_get_send_public_message_button', $button_args );3563 return (array) apply_filters( 'bp_get_send_public_message_button', $button_args ); 3564 3564 } 3565 3565
Note: See TracChangeset
for help on using the changeset viewer.