Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

#3225 closed defect (bug) (fixed)

Fix default 'alt' value in bp_core_fetch_avatar_filter

Reported by: jefferai's profile jefferai Owned by:
Milestone: 1.5 Priority: normal
Severity: Version:
Component: Core Keywords:
Cc:

Description

In bp_core_fetch_avatar_filter, the function information says that alt defaults to blank if nothing is specified. Nothing actually sets this, however, leading to errors in some cases. This trivial patch simply actually does default assignment if nothing is passed in.

Attachments (1)

fix-avatars-alt-default.patch (868 bytes) - added by jefferai 13 years ago.

Download all attachments as: .zip

Change History (3)

#1 @DJPaul
13 years ago

  • Milestone changed from Awaiting Review to 1.3

#2 @boonebgorges
13 years ago

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

(In [4387]) Adds default value for param in bp_core_fetch_avatar_filter. Fixes #3225. Props jefferai

Note: See TracTickets for help on using tickets.