- Timestamp:
- 07/10/2017 04:23:35 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/user-topics-created.php
r6618 r6623 14 14 15 15 <div id="bbp-user-topics-started" class="bbp-user-topics-started"> 16 17 <?php if ( bbp_allow_search() ) : ?> 18 19 <div class="bbp-search-form"> 20 21 <?php bbp_get_template_part( 'form', 'topic-search' ); ?> 22 23 </div> 24 25 <?php endif; ?> 26 16 27 <h2 class="entry-title"><?php esc_html_e( 'Forum Topics Started', '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 started any topics.', 'bbpress' ) 31 : esc_html_e( 'This user has not started any topics.', 'bbpress' ); 32 ?></p> 40 <?php bbp_get_template_part( 'feedback', 'no-topics' ); ?> 33 41 34 42 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.