- Timestamp:
- 05/30/2016 06:25:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/forum/topic.php
r10181 r10827 187 187 <h4><?php _e( 'Add a reply:', 'buddypress' ); ?></h4> 188 188 189 <label for="reply_text" class="bp-screen-reader-text"><?php _e( 'Reply', 'buddypress' ); ?></label> 189 <label for="reply_text" class="bp-screen-reader-text"><?php 190 /* translators: accessibility text */ 191 _e( 'Reply', 'buddypress' ); 192 ?></label> 190 193 <textarea name="reply_text" id="reply_text"></textarea> 191 194
Note: See TracChangeset
for help on using the changeset viewer.