Opened 9 years ago
Closed 9 years ago
#6392 closed defect (bug) (fixed)
Cannot set class in logged in and displayed user avatars
Reported by: | johnjamesjacoby | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | 1.0 |
Component: | Members | Keywords: | commit |
Cc: |
Description
The logged in and displayed user avatar functions pass hardcoded arrays through to bp_core_fetch_avatar()
which does not allow the passing through of other available arguments, like class
for example.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Fixes for this are easy, and will not result in unwanted backwards compatibility issues unless someone was using using these functions and already not getting the results they explicitly asked for.
Improvements imminent.