Changeset 6320 for trunk/src/templates/default/bbpress/user-details.php
- Timestamp:
- 02/26/2017 07:12:34 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/user-details.php
r6258 r6320 44 44 </li> 45 45 46 <li class="<?php if ( bbp_is_single_user_engagements() ) :?>current<?php endif; ?>"> 47 <span class='bbp-user-engagements-created-link'> 48 <a href="<?php bbp_user_engagements_url(); ?>" title="<?php printf( esc_attr__( "%s's Engagements", 'bbpress' ), bbp_get_displayed_user_field( 'display_name' ) ); ?>"><?php esc_html_e( 'Engagements', 'bbpress' ); ?></a> 49 </span> 50 </li> 51 46 52 <?php if ( bbp_is_favorites_active() ) : ?> 47 53 <li class="<?php if ( bbp_is_favorites() ) :?>current<?php endif; ?>">
Note: See TracChangeset
for help on using the changeset viewer.