Opened 13 years ago
Closed 13 years ago
#3225 closed defect (bug) (fixed)
Fix default 'alt' value in bp_core_fetch_avatar_filter
Reported by: | jefferai | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Core | Keywords: | |
Cc: |
Description
In bp_core_fetch_avatar_filter, the function information says that alt defaults to blank if nothing is specified. Nothing actually sets this, however, leading to errors in some cases. This trivial patch simply actually does default assignment if nothing is passed in.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [4387]) Adds default value for param in bp_core_fetch_avatar_filter. Fixes #3225. Props jefferai