- Timestamp:
- 07/14/2015 12:46:38 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/loop-single-topic.php
r5770 r5829 61 61 <?php do_action( 'bbp_theme_after_topic_started_by' ); ?> 62 62 63 <?php if ( ! bbp_is_single_forum() || ( bbp_get_topic_forum_id() !== bbp_get_forum_id() ) ) : ?>63 <?php if ( ! bbp_is_single_forum() || ( bbp_get_topic_forum_id() !== bbp_get_forum_id() ) ) : ?> 64 64 65 65 <?php do_action( 'bbp_theme_before_topic_started_in' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.