- Timestamp:
- 10/03/2015 04:12:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php
r10163 r10176 732 732 <h3><?php _e( 'Field Group Description', 'buddypress' ); ?></h3> 733 733 <div class="inside"> 734 <label for="group_description" class="bp-screen-reader-text"><?php _e( 'Add description', 'buddypress' ); ?></label> 734 735 <textarea name="group_description" id="group_description" rows="8" cols="60"><?php echo esc_textarea( $this->description ); ?></textarea> 735 736 </div>
Note: See TracChangeset
for help on using the changeset viewer.