Changeset 13409 for trunk/src/bp-friends/bp-friends-template.php
- Timestamp:
- 02/03/2023 08:19:48 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-template.php
r13395 r13409 458 458 * @since 1.1.0 459 459 * 460 * @param string$button_args Button arguments for add friend button.461 */ 462 return apply_filters( 'bp_get_add_friend_button', $button_args );460 * @param array $button_args Button arguments for add friend button. 461 */ 462 return (array) apply_filters( 'bp_get_add_friend_button', $button_args ); 463 463 } 464 464
Note: See TracChangeset
for help on using the changeset viewer.