[buddypress-trac] [BuddyPress] #1676: bp_field_css_class() missing in template profile-loop.php
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Sat Jan 23 16:10:24 UTC 2010
#1676: bp_field_css_class() missing in template profile-loop.php
----------------------+-----------------------------------------------------
Reporter: grosbouff | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Keywords: |
----------------------+-----------------------------------------------------
<?php if ( bp_field_has_data() ) : ?>
<tr>
should be replaced by
<?php if ( bp_field_has_data() ) : ?>
<tr<?php bp_field_css_class();?>>
--
Ticket URL: <http://trac.buddypress.org/ticket/1676>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list