- Timestamp:
- 06/01/2016 05:17:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-checkbox.php
r10713 r10855 177 177 } 178 178 179 echo $html; 179 printf( '<div id="%1$s" class="input-options checkbox-options">%2$s</div>', 180 esc_attr( 'field_' . $this->field_obj->id ), 181 $html 182 ); 180 183 } 181 184
Note: See TracChangeset
for help on using the changeset viewer.