- Timestamp:
- 06/23/2017 09:31:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php
r11617 r11618 66 66 } ?> 67 67 68 <l abel for="<?php bp_the_profile_field_input_name(); ?>">68 <legend id="<?php bp_the_profile_field_input_name(); ?>-1"> 69 69 <?php bp_the_profile_field_name(); ?> 70 70 <?php bp_the_profile_field_required_label(); ?> 71 </l abel>71 </legend> 72 72 73 73 <?php … … 76 76 do_action( bp_get_the_profile_field_errors_action() ); ?> 77 77 78 <select <?php echo $this->get_edit_field_html_elements( $raw_properties ); ?> aria- describedby="<?php bp_the_profile_field_input_name(); ?>-3">78 <select <?php echo $this->get_edit_field_html_elements( $raw_properties ); ?> aria-labelledby="<?php bp_the_profile_field_input_name(); ?>-1"> 79 79 <?php bp_the_profile_field_options( array( 'user_id' => $user_id ) ); ?> 80 80 </select>
Note: See TracChangeset
for help on using the changeset viewer.