Ticket #2387: 2387.diff
File 2387.diff, 483 bytes (added by , 11 years ago) |
---|
-
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 37 37 38 38 <?php do_action( 'bbp_theme_before_forum_content' ); ?> 39 39 40 <?php bbp_ the_content(); ?>40 <?php bbp_forum_content(); ?> 41 41 42 42 <?php do_action( 'bbp_theme_after_forum_content' ); ?>