Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#964 closed defect (bug) (fixed)

Match avatar thumb to constant sizes

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by: johnjamesjacoby's profile 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)

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

Download all attachments as: .zip

Change History (3)

#1 @apeatling
15 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
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [1792]) Fixes #964

Note: See TracTickets for help on using tickets.