- Timestamp:
- 05/17/2012 03:28:57 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/bbpress/loop-single-reply.php
r3861 r3906 50 50 <td class="bbp-reply-content"> 51 51 52 <?php do_action( 'bbp_theme_ after_reply_content' ); ?>52 <?php do_action( 'bbp_theme_before_reply_content' ); ?> 53 53 54 54 <?php bbp_reply_content(); ?> 55 55 56 <?php do_action( 'bbp_theme_ before_reply_content' ); ?>56 <?php do_action( 'bbp_theme_after_reply_content' ); ?> 57 57 58 58 </td>
Note: See TracChangeset
for help on using the changeset viewer.