Skip to:
Content

bbPress.org

Ticket #2387: 2387.diff

File 2387.diff, 483 bytes (added by netweb, 11 years ago)

Patch

  • bbPress/templates/default/bbpress/loop-search-forum.php

    diff --git a/bbPress/templates/default/bbpress/loop-search-forum.php b/bbPress/templates/default/bbpress/loop-search-forum.php
    index 75f552e..3bb3f4c 100644
    a b  
    3737
    3838                <?php do_action( 'bbp_theme_before_forum_content' ); ?>
    3939
    40                 <?php bbp_the_content(); ?>
     40                <?php bbp_forum_content(); ?>
    4141
    4242                <?php do_action( 'bbp_theme_after_forum_content' ); ?>