Changeset 7259
- Timestamp:
- 06/23/2024 09:24:32 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/templates/default/bbpress/content-archive-topic.php
r6258 r7259 15 15 <div id="bbpress-forums" class="bbpress-wrapper"> 16 16 17 <?php if ( bbp_allow_search() ) : ?> 18 19 <div class="bbp-search-form"> 20 21 <?php bbp_get_template_part( 'form', 'search' ); ?> 22 23 </div> 24 25 <?php endif; ?> 17 <?php bbp_get_template_part( 'form', 'search' ); ?> 26 18 27 19 <?php bbp_breadcrumb(); ?>
Note: See TracChangeset
for help on using the changeset viewer.