Changeset 5728
- Timestamp:
- 05/10/2015 12:28:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/loop-single-topic.php
r5689 r5728 65 65 <?php do_action( 'bbp_theme_before_topic_started_in' ); ?> 66 66 67 <span class="bbp-topic-started-in"><?php printf( esc_html__( 'in: %2$s', 'bbpress' ), '<a href="' . bbp_get_forum_permalink( bbp_get_topic_forum_id() ) . '">' . bbp_get_forum_title( bbp_get_topic_forum_id() ) . '</a>' ); ?></span> 68 67 <span class="bbp-topic-started-in"><?php printf( esc_html__( 'in: %1$s', 'bbpress' ), '<a href="' . bbp_get_forum_permalink( bbp_get_topic_forum_id() ) . '">' . bbp_get_forum_title( bbp_get_topic_forum_id() ) . '</a>' ); ?></span> 69 68 <?php do_action( 'bbp_theme_after_topic_started_in' ); ?> 70 69
Note: See TracChangeset
for help on using the changeset viewer.