Making WordPress.org


Ignore:
Timestamp:
03/01/2017 06:26:37 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Update styling in Spam/Pending/Archived views, user replies, and search results for consistency with single topic view.

Fixes #2543.

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  
    88 */
    99
    10 ?>
     10if ( 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; ?>
    1125
    1226<?php do_action( 'bbp_template_before_lead_topic' ); ?>
Note: See TracChangeset for help on using the changeset viewer.