Opened 9 years ago
Closed 9 years ago
#6519 closed enhancement (fixed)
Blog avatar: Allow to set "title" argument for the blog's avatar.
Reported by: | lenasterg | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 2.4 | Priority: | low |
Severity: | trivial | Version: | |
Component: | Blogs | Keywords: | |
Cc: |
Description
The current settings of the function bp_get_blog_avatar() doesn't allow the title parameter to be set via the bp_blog_avatar() args.
More worst it displays the blog's admin email as title to avatar (which I'm not sure if it's "policital" correct).
The suggested patch allows the 'title' to be set as part of bp_blog_avatar() $args and also use as it's default value the same as the alt parameter (Profile picture of site author [user name].).
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Good call on both counts.