Changeset 13410 for branches/11.0/src/bp-messages/bp-messages-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-messages/bp-messages-template.php
r13300 r13410 1557 1557 * @param array $button_args See {@link BP_Button}. 1558 1558 */ 1559 return apply_filters( 'bp_get_send_message_button_args', $button_args );1559 return (array) apply_filters( 'bp_get_send_message_button_args', $button_args ); 1560 1560 } 1561 1561
Note: See TracChangeset
for help on using the changeset viewer.