- Timestamp:
- 05/17/2012 03:28:57 AM (14 years ago)
- File:
-
- 1 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 -->
Note: See TracChangeset
for help on using the changeset viewer.