Opened 6 years ago
Closed 6 years ago
#3394 closed defect (bug) (fixed)
Wrong CSS class for "Last Activity" in the user profile
| Reported by: | peterkueger | Owned by: | johnjamesjacoby |
|---|---|---|---|
| Priority: | low | Milestone: | 2.6.6 |
| Component: | Component - Users | Version: | 2.6.0 |
| Severity: | minor | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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>