Skip to:
Content

bbPress.org

Ticket #3486: 3486_2.patch

File 3486_2.patch, 676 bytes (added by naxoc, 3 years ago)
  • src/templates/default/bbpress/content-archive-topic.php

     
    1414
    1515<div id="bbpress-forums" class="bbpress-wrapper">
    1616
    17         <?php if ( bbp_allow_search() ) : ?>
     17        <?php bbp_get_template_part( 'form', 'search' ); ?>
    1818
    19                 <div class="bbp-search-form">
    20 
    21                         <?php bbp_get_template_part( 'form', 'search' ); ?>
    22 
    23                 </div>
    24 
    25         <?php endif; ?>
    26 
    2719        <?php bbp_breadcrumb(); ?>
    2820
    2921        <?php do_action( 'bbp_template_before_topic_tag_description' ); ?>