- Timestamp:
- 05/17/2012 03:28:57 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-theme-compat/bbpress/loop-single-reply.php
r3861 r3906 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 -->
Note: See TracChangeset
for help on using the changeset viewer.