Ticket #1825: 1825.diff
File 1825.diff, 624 bytes (added by , 13 years ago) |
---|
-
bbp-theme-compat/bbpress/loop-single-reply.php
51 51 52 52 <div class="bbp-reply-content"> 53 53 54 <?php do_action( 'bbp_theme_ after_reply_content' ); ?>54 <?php do_action( 'bbp_theme_before_reply_content' ); ?> 55 55 56 56 <?php bbp_reply_content(); ?> 57 57 58 <?php do_action( 'bbp_theme_ before_reply_content' ); ?>58 <?php do_action( 'bbp_theme_after_reply_content' ); ?> 59 59 60 60 </div><!-- .bbp-reply-content --> 61 61