- 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-datebox.php
r10163 r10179 80 80 <div class="datebox"> 81 81 82 <label for="<?php bp_the_profile_field_input_name(); ?>_day"><?php bp_the_profile_field_name(); ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php esc_html_e( '(required)', 'buddypress' ); ?><?php endif; ?></label> 82 <label for="<?php bp_the_profile_field_input_name(); ?>_day"> 83 <?php bp_the_profile_field_name(); ?> 84 <?php bp_the_profile_field_required_label(); ?> 85 </label> 86 83 87 <?php 84 88
Note: See TracChangeset
for help on using the changeset viewer.