- 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-multiselectbox.php
r11617 r11618 74 74 ) ); ?> 75 75 76 <l abel for="<?php bp_the_profile_field_input_name(); ?>[]">76 <legend id="<?php bp_the_profile_field_input_name(); ?>-1"> 77 77 <?php bp_the_profile_field_name(); ?> 78 78 <?php bp_the_profile_field_required_label(); ?> 79 </l abel>79 </legend> 80 80 81 81 <?php … … 84 84 do_action( bp_get_the_profile_field_errors_action() ); ?> 85 85 86 <select <?php echo $this->get_edit_field_html_elements( $r ); ?> aria- describedby="<?php bp_the_profile_field_input_name(); ?>-3">86 <select <?php echo $this->get_edit_field_html_elements( $r ); ?> aria-labelledby="<?php bp_the_profile_field_input_name(); ?>-3"> 87 87 <?php bp_the_profile_field_options( array( 88 88 'user_id' => $user_id
Note: See TracChangeset
for help on using the changeset viewer.