Changeset 12892 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-details.php
- Timestamp:
- 09/17/2023 06:18:29 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-details.php
r12377 r12892 57 57 printf( esc_attr__( "%s's Reviews Written", 'wporg-forums' ), bbp_get_displayed_user_field( 'display_name' ) ); 58 58 ?>"><?php esc_html_e( 'Reviews Written', 'wporg-forums' ); ?></a> 59 </span> 60 </li> 61 <?php endif; ?> 62 63 <?php if ( current_user_can( 'moderate' ) || get_current_user_id() === bbp_get_user_id() ) : ?> 64 <li class="<?php if ( wporg_support_is_single_user_reported_topics() ) :?>current<?php endif; ?>"> 65 <span class='bbp-user-reviews-link'> 66 <a href="<?php bbp_user_profile_url(); ?>reports/" title="<?php 67 /* translators: %s: user's display name */ 68 printf( esc_attr__( "%s's Submitted Reports", 'wporg-forums' ), bbp_get_displayed_user_field( 'display_name' ) ); 69 ?>"><?php esc_html_e( 'Reports Submitted', 'wporg-forums' ); ?></a> 59 70 </span> 60 71 </li>
Note: See TracChangeset
for help on using the changeset viewer.