Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

Last modified 8 years ago

#3248 closed defect (bug) (fixed)

Stray closing anchor tag in comments list callback

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

Description

In functions.php there is a stray anchor at end of comment user details in comment-meta functions.php comment callback.

Patch removes the stray anchor and wraps comment meta anchors and text in a 'p' otherwise we have bare text 'said' in a div.

Note: for consistency other div elements with series of plain anchor links ought to be enclosed in a 'p' for semantics sake and to avoid possibility of bare naked text in an aggregating element.

Attachments (1)

#3248-stray-anchor-comments-callback-dtheme.patch (1.7 KB) - added by hnla 14 years ago.
remove stray anchor

Download all attachments as: .zip

Change History (4)

@hnla
14 years ago

remove stray anchor

#1 @DJPaul
14 years ago

  • Milestone changed from Awaiting Review to 1.3

#2 @djpaul
14 years ago

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

(In [4416]) Remove duplicate closing anchor tag in comments list. Fixes #3248, props hnla

#3 @DJPaul
8 years ago

  • Component changed from Appearance - Template Parts to Templates
Note: See TracTickets for help on using tickets.