Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 11 years ago

#4902 closed defect (bug) (fixed)

Members widget AJAX returns different markup from default widget HTML

Reported by: djpaul's profile DJPaul Owned by:
Milestone: 1.7 Priority: normal
Severity: major Version:
Component: Core Keywords: has-patch commit
Cc:

Description

The members widget AJAX returns different markup from the default widget HTML (when you load the page). The LI is wrapped in the following block:

div class="avatar-block"

Attachments (1)

4902.01.patch (2.3 KB) - added by DJPaul 11 years ago.

Download all attachments as: .zip

Change History (4)

@DJPaul
11 years ago

#1 @DJPaul
11 years ago

  • Keywords dev-feedback has-patch added

#2 @johnjamesjacoby
11 years ago

  • Keywords commit added; dev-feedback removed

Looks good.

#3 @djpaul
11 years ago

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

(In [6877]) Don't wrap the members widget AJAX response in <div class="avatar-block">. Fixes #4902

These tags are already present in the surrounding area on the page, so this avoids duplicating markup.

Note: See TracTickets for help on using tickets.