- Timestamp:
- 07/10/2017 04:23:35 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/user-replies-created.php
r6258 r6623 14 14 15 15 <div id="bbp-user-replies-created" class="bbp-user-replies-created"> 16 17 <?php if ( bbp_allow_search() ) : ?> 18 19 <div class="bbp-search-form"> 20 21 <?php bbp_get_template_part( 'form', 'reply-search' ); ?> 22 23 </div> 24 25 <?php endif; ?> 26 16 27 <h2 class="entry-title"><?php esc_html_e( 'Forum Replies Created', 'bbpress' ); ?></h2> 17 28 <div class="bbp-user-section"> … … 27 38 <?php else : ?> 28 39 29 <p><?php bbp_is_user_home() 30 ? esc_html_e( 'You have not replied to any topics.', 'bbpress' ) 31 : esc_html_e( 'This user has not replied to any topics.', 'bbpress' ); 32 ?></p> 40 <?php bbp_get_template_part( 'feedback', 'no-replies' ); ?> 33 41 34 42 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.