Skip to:
Content

bbPress.org

Opened 22 months ago

Last modified 11 days ago

#3470 new defect (bug)

User Profiles don't display the user description

Reported by: coopersita's profile 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.

Change History (0)

Note: See TracTickets for help on using tickets.