Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2017 09:31:25 PM (7 years ago)
Author:
mercime
Message:

xProfile: Add fieldset to group related form controls.

See #7348.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-url.php

    r11617 r11618  
    6767        ) ); ?>
    6868
    69         <label for="<?php bp_the_profile_field_input_name(); ?>">
     69        <legend id="<?php bp_the_profile_field_input_name(); ?>-1">
    7070            <?php bp_the_profile_field_name(); ?>
    7171            <?php bp_the_profile_field_required_label(); ?>
    72         </label>
     72        </legend>
    7373
    7474        <?php
     
    7777        do_action( bp_get_the_profile_field_errors_action() ); ?>
    7878
    79         <input <?php echo $this->get_edit_field_html_elements( $r ); ?> aria-describedby="<?php bp_the_profile_field_input_name(); ?>-3">
     79        <input <?php echo $this->get_edit_field_html_elements( $r ); ?> aria-labelledby="<?php bp_the_profile_field_input_name(); ?>-1">
    8080
    8181        <?php if ( bp_get_the_profile_field_description() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.