Skip to:
Content

BuddyPress.org

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)

bp-core-classes-avatar-thumb.patch (837 bytes ) - added by johnjamesjacoby 17 years ago.

Download all attachments as: .zip

Change History (3)

#1 @apeatling
17 years ago

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.

#2 @apeatling
17 years ago

  • Resolutionfixed
  • Status newclosed

(In [1792]) Fixes #964

Note: See TracTickets for help on using tickets.