Opened 2 years ago
Last modified 9 months ago
#3470 new defect (bug)
User Profiles don't display the user description
Reported by: | coopersita | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Cc: |
Description
The profile template (bbpress/templates/default/bbpress/user-profile.php) has the following code (lines 21 to 25):
<?php if ( bbp_get_displayed_user_field( 'description' ) ) : ?> <p class="bbp-user-description"><?php echo bbp_rel_nofollow( bbp_get_displayed_user_field( 'description' ) ); ?></p> <?php endif; ?>
Except the user description does not display the content entered by the user in the user bio.
Note: See
TracTickets for help on using
tickets.