Changeset 5025 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/content-single-topic-lead.php
- Timestamp:
- 03/01/2017 06:26:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/content-single-topic-lead.php
r4993 r5025 8 8 */ 9 9 10 ?> 10 if ( bbp_is_search_results() ) : ?> 11 12 <div id="post-<?php bbp_topic_id(); ?>" class="bbp-topic-header"> 13 <div class="bbp-meta"> 14 <span class="bbp-header"> 15 <?php esc_html_e( 'Forum:', 'wporg-forums' ); ?> 16 <a class="bbp-forum-permalink" href="<?php bbp_forum_permalink( bbp_get_topic_forum_id() ); ?>"><?php bbp_forum_title( bbp_get_topic_forum_id() ); ?></a><br /> 17 18 <?php esc_html_e( 'As the topic: ', 'wporg-forums' ); ?> 19 <a class="bbp-topic-permalink" href="<?php bbp_topic_permalink( bbp_get_topic_id() ); ?>"><?php bbp_topic_title( bbp_get_topic_id() ); ?></a> 20 </span> 21 </div><!-- .bbp-meta --> 22 </div><!-- #post-<?php bbp_topic_id(); ?> --> 23 24 <?php endif; ?> 11 25 12 26 <?php do_action( 'bbp_template_before_lead_topic' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.