- Timestamp:
- 05/30/2016 06:30:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php
r10740 r10828 745 745 <h2><?php esc_html_e( 'Field Group Description', 'buddypress' ); ?></h2> 746 746 <div class="inside"> 747 <label for="group_description" class="screen-reader-text"><?php esc_html_e( 'Add description', 'buddypress' ); ?></label> 747 <label for="group_description" class="screen-reader-text"><?php 748 /* translators: accessibility text */ 749 esc_html_e( 'Add description', 'buddypress' ); 750 ?></label> 748 751 <textarea name="group_description" id="group_description" rows="8" cols="60"><?php echo esc_textarea( $this->description ); ?></textarea> 749 752 </div>
Note: See TracChangeset
for help on using the changeset viewer.