Changeset 3906
- Timestamp:
- 05/17/2012 03:28:57 AM (13 years ago)
- Location:
- branches/plugin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-theme-compat/bbpress/content-single-topic-lead.php
r3861 r3906 74 74 <div class="bbp-topic-content"> 75 75 76 <?php do_action( 'bbp_theme_ after_topic_content' ); ?>76 <?php do_action( 'bbp_theme_before_topic_content' ); ?> 77 77 78 78 <?php bbp_topic_content(); ?> 79 79 80 <?php do_action( 'bbp_theme_ before_topic_content' ); ?>80 <?php do_action( 'bbp_theme_after_topic_content' ); ?> 81 81 82 82 </div><!-- .bbp-topic-content --> -
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 --> -
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.