Changeset 5626 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-details.php
- Timestamp:
- 07/07/2017 05:39:52 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
r5617 r5626 52 52 <?php if ( defined( 'WPORG_SUPPORT_FORUMS_BLOGID' ) && WPORG_SUPPORT_FORUMS_BLOGID == get_current_blog_id() ) : ?> 53 53 <li class="<?php if ( wporg_support_is_single_user_reviews() ) :?>current<?php endif; ?>"> 54 <span class='bbp-user-re plies-created-link'>54 <span class='bbp-user-reviews-link'> 55 55 <a href="<?php bbp_user_profile_url(); ?>reviews/" title="<?php 56 56 /* translators: %s: user's display name */ … … 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="<?php 66 /* 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 72 <li class="<?php if ( wporg_support_is_single_user_topics_replied_to() ) :?>current<?php endif; ?>"> 73 <span class='bbp-user-topics-replied-to-link'> 74 <a href="<?php bbp_user_profile_url(); ?>replied-to/" title="<?php 75 /* translators: %s: user's display name */ 76 printf( esc_attr__( 'Topics %s Has Replied To', 'wporg-forums' ), bbp_get_displayed_user_field( 'display_name' ) ); 77 ?>"><?php esc_html_e( 'Topics Replied To', 'wporg-forums' ); ?></a> 78 </span> 79 </li> 62 80 63 81 <?php if ( function_exists( 'bbp_is_engagements_active' ) && bbp_is_engagements_active() ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.