- Timestamp:
- 10/27/2015 12:29:16 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php
r10203 r10311 271 271 ) ); ?> 272 272 273 <label for="<?php bp_the_profile_field_input_name(); ?>_day" class="screen-reader-text"><?php esc_html_e( 'Select day', 'buddypress' ); ?></label> 273 274 <select <?php echo $this->get_edit_field_html_elements( $day_r ); ?>> 274 275 <?php bp_the_profile_field_options( array( 'type' => 'day' ) ); ?> 275 276 </select> 276 277 278 <label for="<?php bp_the_profile_field_input_name(); ?>_month" class="screen-reader-text"><?php esc_html_e( 'Select month', 'buddypress' ); ?></label> 277 279 <select <?php echo $this->get_edit_field_html_elements( $month_r ); ?>> 278 280 <?php bp_the_profile_field_options( array( 'type' => 'month' ) ); ?> 279 281 </select> 280 282 283 <label for="<?php bp_the_profile_field_input_name(); ?>_year" class="screen-reader-text"><?php esc_html_e( 'Select year', 'buddypress' ); ?></label> 281 284 <select <?php echo $this->get_edit_field_html_elements( $year_r ); ?>> 282 285 <?php bp_the_profile_field_options( array( 'type' => 'year' ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.