Changeset 13410 for branches/11.0/src/bp-blogs/bp-blogs-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-blogs/bp-blogs-template.php
r13303 r13410 1597 1597 * @param array $button_args Array of arguments to be used for the button to visit a blog. 1598 1598 */ 1599 return apply_filters( 'bp_get_blogs_visit_blog_button', $button_args );1599 return (array) apply_filters( 'bp_get_blogs_visit_blog_button', $button_args ); 1600 1600 } 1601 1601
Note: See TracChangeset
for help on using the changeset viewer.