Opened 15 years ago
Closed 15 years ago
#964 closed defect (bug) (fixed)
Match avatar thumb to constant sizes
Reported by: | johnjamesjacoby | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 1.1 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | has-patch | |
Cc: |
Description
Sets default thumbnail height and width to match thumbnail constants.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
It seems as though it would be a better idea to set this in bp_core_fetch_avatar() based on which 'type' is set. That way we don't have to pass the constants on each call. They are constants after all, and can be accessed from anywhere.