- Timestamp:
- 10/04/2015 02:27:22 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-checkbox.php
r10163 r10179 70 70 <label for="<?php bp_the_profile_field_input_name(); ?>"> 71 71 <?php bp_the_profile_field_name(); ?> 72 <?php if ( bp_get_the_profile_field_is_required() ) : ?> 73 <?php esc_html_e( '(required)', 'buddypress' ); ?> 74 <?php endif; ?> 72 <?php bp_the_profile_field_required_label(); ?> 75 73 </label> 76 74
Note: See TracChangeset
for help on using the changeset viewer.