Changeset 10573
- Timestamp:
- 02/08/2016 11:14:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php
r10434 r10573 100 100 do_action( bp_get_the_profile_field_errors_action() ); ?> 101 101 102 <label for="<?php bp_the_profile_field_input_name(); ?>_day" class="bp-screen-reader-text"><?php esc_html_e( 'Select day', 'buddypress' ); ?></label> 102 103 <select <?php echo $this->get_edit_field_html_elements( $day_r ); ?>> 103 104 <?php bp_the_profile_field_options( array( … … 107 108 </select> 108 109 110 <label for="<?php bp_the_profile_field_input_name(); ?>_month" class="bp-screen-reader-text"><?php esc_html_e( 'Select month', 'buddypress' ); ?></label> 109 111 <select <?php echo $this->get_edit_field_html_elements( $month_r ); ?>> 110 112 <?php bp_the_profile_field_options( array( … … 114 116 </select> 115 117 118 <label for="<?php bp_the_profile_field_input_name(); ?>_year" class="bp-screen-reader-text"><?php esc_html_e( 'Select year', 'buddypress' ); ?></label> 116 119 <select <?php echo $this->get_edit_field_html_elements( $year_r ); ?>> 117 120 <?php bp_the_profile_field_options( array(
Note: See TracChangeset
for help on using the changeset viewer.