Changeset 5637 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-details.php
- Timestamp:
- 07/09/2017 03:33:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-details.php
r5626 r5637 60 60 </li> 61 61 <?php endif; ?> 62 63 <li class="<?php if ( wporg_support_is_single_user_active_topics() ) :?>current<?php endif; ?>">64 <span class='bbp-user-active-topics-link'>65 <a href="<?php bbp_user_profile_url(); ?>active/" title="<?php66 /* translators: %s: user's display name */67 printf( esc_attr__( "%s's Active Topics", 'wporg-forums' ), bbp_get_displayed_user_field( 'display_name' ) );68 ?>"><?php esc_html_e( 'Active Topics', 'wporg-forums' ); ?></a>69 </span>70 </li>71 62 72 63 <li class="<?php if ( wporg_support_is_single_user_topics_replied_to() ) :?>current<?php endif; ?>">
Note: See TracChangeset
for help on using the changeset viewer.