Changeset 4980
- Timestamp:
- 06/04/2013 05:18:14 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/templates/default/bbpress/form-user-edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/default/bbpress/form-user-edit.php
r4979 r4980 81 81 <div> 82 82 <label for="description"><?php _e( 'Biographical Info', 'bbpress' ); ?></label> 83 <textarea name="description" id="description" rows="5" cols="30" tabindex="<?php bbp_tab_index(); ?>"><?php echo bbp_get_displayed_user_field( ' stuff', 'edit' ); ?></textarea>83 <textarea name="description" id="description" rows="5" cols="30" tabindex="<?php bbp_tab_index(); ?>"><?php echo bbp_get_displayed_user_field( 'description', 'edit' ); ?></textarea> 84 84 </div> 85 85
Note: See TracChangeset
for help on using the changeset viewer.