Skip to:
Content

BuddyPress.org

Changeset 10171


Ignore:
Timestamp:
10/03/2015 07:46:20 AM (9 years ago)
Author:
mercime
Message:

Add label tag for textarea of Forum edit post screen.

See #6618.

File:
1 edited

Legend:

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

    r10150 r10171  
    108108                do_action( 'bp_group_before_edit_forum_post' ); ?>
    109109
     110                <label for="post_text" class="bp-screen-reader-text"><?php _e( 'Edit text', 'buddypress' ); ?></label>
    110111                <textarea name="post_text" id="post_text"><?php bp_the_topic_post_edit_text(); ?></textarea>
    111112
Note: See TracChangeset for help on using the changeset viewer.