- Timestamp:
- 07/19/2017 05:23:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/user-topics-created.php
r6623 r6630 15 15 <div id="bbp-user-topics-started" class="bbp-user-topics-started"> 16 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; ?> 17 <?php bbp_get_template_part( 'form', 'topic-search' ); ?> 26 18 27 19 <h2 class="entry-title"><?php esc_html_e( 'Forum Topics Started', 'bbpress' ); ?></h2>
Note: See TracChangeset
for help on using the changeset viewer.