- Timestamp:
- 03/16/2016 08:19:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-checkbox.php
r10561 r10656 68 68 } ?> 69 69 70 < divclass="checkbox">71 <l abel for="<?php bp_the_profile_field_input_name(); ?>">70 <fieldset class="checkbox"> 71 <legend> 72 72 <?php bp_the_profile_field_name(); ?> 73 73 <?php bp_the_profile_field_required_label(); ?> 74 </l abel>74 </legend> 75 75 76 76 <?php … … 83 83 ) ); ?> 84 84 85 </ div>85 </fieldset> 86 86 87 87 <?php
Note: See TracChangeset
for help on using the changeset viewer.