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 | 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)
Note: See
TracTickets for help on using
tickets.
(In [2991]) Fixes #1676 props grosbouff