Skip to:
Content

BuddyPress.org

Changeset 10169


Ignore:
Timestamp:
10/03/2015 06:28:17 AM (9 years ago)
Author:
mercime
Message:

Add label to textarea of Activity reply form.

See #6618.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/activity/entry.php

    r10150 r10169  
    121121                    <div class="ac-reply-content">
    122122                        <div class="ac-textarea">
     123                            <label for="ac-input-<?php bp_activity_id(); ?>" class="bp-screen-reader-text"><?php _e( 'Comment', 'buddypress' ); ?></label>
    123124                            <textarea id="ac-input-<?php bp_activity_id(); ?>" class="ac-input bp-suggestions" name="ac_input_<?php bp_activity_id(); ?>"></textarea>
    124125                        </div>
Note: See TracChangeset for help on using the changeset viewer.