- 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/activity/entry.php
r10265 r10827 121 121 <div class="ac-reply-content"> 122 122 <div class="ac-textarea"> 123 <label for="ac-input-<?php bp_activity_id(); ?>" class="bp-screen-reader-text"><?php _e( 'Comment', 'buddypress' ); ?></label> 123 <label for="ac-input-<?php bp_activity_id(); ?>" class="bp-screen-reader-text"><?php 124 /* translators: accessibility text */ 125 _e( 'Comment', 'buddypress' ); 126 ?></label> 124 127 <textarea id="ac-input-<?php bp_activity_id(); ?>" class="ac-input bp-suggestions" name="ac_input_<?php bp_activity_id(); ?>"></textarea> 125 128 </div>
Note: See TracChangeset
for help on using the changeset viewer.