Changeset 14281 for sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/bbpress/content-archive-topic.php
- Timestamp:
- 12/16/2024 07:53:28 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/bbpress/content-archive-topic.php
r442 r14281 1 1 <?php if ( bbp_is_forum_archive() || bbp_is_topic_archive() || bbp_is_search() ) : ?> 2 2 3 <div class="bbp-search-form"> 4 5 <?php bbp_get_template_part( 'form', 'search' ); ?> 6 7 </div> 3 <?php bbp_get_template_part( 'form', 'search' ); ?> 8 4 9 5 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.