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