- Timestamp:
- 04/20/2016 03:10:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-radiobutton.php
r10656 r10713 133 133 } 134 134 135 $new_html = sprintf( '<label for="%3$s" ><input %1$s type="radio" name="%2$s" id="%3$s" value="%4$s">%5$s</label>',135 $new_html = sprintf( '<label for="%3$s" class="option-label"><input %1$s type="radio" name="%2$s" id="%3$s" value="%4$s">%5$s</label>', 136 136 $selected, 137 137 esc_attr( "field_{$this->field_obj->id}" ),
Note: See TracChangeset
for help on using the changeset viewer.