Opened 5 years ago
Closed 4 years ago
#3394 closed defect (bug) (fixed)
Wrong CSS class for "Last Activity" in the user profile
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6.6 | Priority: | low |
Severity: | minor | Version: | 2.6.0 |
Component: | Component - Users | Keywords: | |
Cc: |
Description
In bbpress/templates/default/bbpress/user-profile.php, line 38 the class for the "Last Activity" is "bbp-user-topic-count". But this is the same class for "Topics Started".
Maybe it would be better to use different classes?
Change History (4)
Note: See
TracTickets for help on using
tickets.
Thanks, introduced in r6592
trunk/src/templates/default/bbpress/user-profile.php
topic-count"><?php printf( esc_html__( 'Last Activity: %s', 'bbpress' ), bbp_get_time_since( bbp_get_user_last_posted(), false, true ) ); ?></p>Or
trunk/src/templates/default/bbpress/user-profile.php
topic-count"><?php printf( esc_html__( 'Last Activity: %s', 'bbpress' ), bbp_get_time_since( bbp_get_user_last_posted(), false, true ) ); ?></p>