Skip to:
Content

bbPress.org

Changeset 7146


Ignore:
Timestamp:
11/03/2020 10:18:53 PM (4 years ago)
Author:
johnjamesjacoby
Message:

Users: update HTML class of user-profile.php template part.

This commit fixes a duplicated class in the user profile output, from bbp-user-topic-count to bbp-user-last-activity.

In trunk, for 2.7. Fixes #3394.

Props netweb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/bbpress/user-profile.php

    r7105 r7146  
    3636        <?php if ( bbp_get_user_last_posted() ) : ?>
    3737
    38             <p class="bbp-user-topic-count"><?php printf( esc_html__( 'Last Activity: %s',  'bbpress' ), bbp_get_time_since( bbp_get_user_last_posted(), false, true ) ); ?></p>
     38            <p class="bbp-user-last-activity"><?php printf( esc_html__( 'Last Activity: %s',  'bbpress' ), bbp_get_time_since( bbp_get_user_last_posted(), false, true ) ); ?></p>
    3939
    4040        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.