Skip to:
Content

BuddyPress.org

Changeset 10104


Ignore:
Timestamp:
09/12/2015 06:09:32 AM (9 years ago)
Author:
mercime
Message:

Add 'for' attribute to label in Group forum topic form.

Accessibility fix binds label to text input field.

See #6618.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php

    r9819 r10104  
    7272                <textarea name="topic_text" id="topic_text"><?php bp_the_topic_text(); ?></textarea>
    7373
    74                 <label><?php _e( 'Tags (comma separated):', 'buddypress' ); ?></label>
     74                <label for="topic_tags"><?php _e( 'Tags (comma separated):', 'buddypress' ); ?></label>
    7575                <input type="text" name="topic_tags" id="topic_tags" value="<?php bp_forum_topic_tag_list(); ?>" />
    7676
Note: See TracChangeset for help on using the changeset viewer.