Opened 17 years ago
Closed 17 years ago
#964 closed defect (bug) (fixed)
Match avatar thumb to constant sizes
| Reported by: | johnjamesjacoby | Owned by: | johnjamesjacoby |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1 |
| Component: | Version: | ||
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.