Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1676 closed defect (bug) (fixed)

bp_field_css_class() missing in template profile-loop.php

Reported by: grosbouff's profile grosbouff Owned by:
Milestone: 1.2.4 Priority: minor
Severity: Version:
Component: Core Keywords:
Cc:

Description

<?php if ( bp_field_has_data() ) : ?>
<tr>

should be replaced by

<?php if ( bp_field_has_data() ) : ?>
<tr<?php bp_field_css_class();?>>

Change History (2)

#1 @johnjamesjacoby
15 years ago

  • Component set to Core
  • Milestone set to 1.2.4

#2 @johnjamesjacoby
15 years ago

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

(In [2991]) Fixes #1676 props grosbouff

Note: See TracTickets for help on using tickets.