- 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-textarea.php
r11617 r11618 64 64 $richtext_enabled = bp_xprofile_is_richtext_enabled_for_field(); ?> 65 65 66 <l abel for="<?php bp_the_profile_field_input_name(); ?>">66 <legend id="<?php bp_the_profile_field_input_name(); ?>-1"> 67 67 <?php bp_the_profile_field_name(); ?> 68 68 <?php bp_the_profile_field_required_label(); ?> 69 </l abel>69 </legend> 70 70 71 71 <?php … … 82 82 ?> 83 83 84 <textarea <?php echo $this->get_edit_field_html_elements( $r ); ?> aria- describedby="<?php bp_the_profile_field_input_name(); ?>-3"><?php bp_the_profile_field_edit_value(); ?></textarea>84 <textarea <?php echo $this->get_edit_field_html_elements( $r ); ?> aria-labelledby="<?php bp_the_profile_field_input_name(); ?>-1"><?php bp_the_profile_field_edit_value(); ?></textarea> 85 85 86 86 <?php
Note: See TracChangeset
for help on using the changeset viewer.