[buddypress-trac] [BuddyPress Trac] #5343: wrong implementation of bp_group_current_avatar causes display error
buddypress-trac
noreply at wordpress.org
Tue Jan 21 00:16:38 UTC 2014
#5343: wrong implementation of bp_group_current_avatar causes display error
------------------------------------------------+---------------------
Reporter: plocha | Owner: imath
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 2.0
Component: Groups | Version:
Severity: normal | Resolution: fixed
Keywords: has-patch reporter-feedback commit |
------------------------------------------------+---------------------
Changes (by imath):
* owner: => imath
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"7745"]:
{{{
#!CommitTicketReference repository="" revision="7745"
On single group screens, uses default avatar as a fallback in group
navigation menu
In case the WordPress Discussion Avatar display setting is disabled, using
bp_group_current_avatar() to set group navigation menu was outputing an
unfound image making the group edit screens unavailable. This fix uses
default avatar as a fallback if no group avatar has been found to build
the group navigation menu. It also keeps bp_group_current_avatar()
function in case it is still used by a plugin or a theme, but this
function now outputs the current avatar.
Fixes #5343
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5343#comment:9>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list