Making WordPress.org

Ticket #2134: meta-2134.patch

File meta-2134.patch, 1.6 KB (added by SergeyBiryukov, 9 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-posts.php

     
    2727                                                                <?php esc_html_e( 'Forum:', 'wporg-forums' ); ?>
    2828                                                                <a class="bbp-forum-permalink" href="<?php bbp_forum_permalink( bbp_get_topic_forum_id() ); echo $view_all; ?>"><?php bbp_forum_title( bbp_get_topic_forum_id() ); ?></a><br>
    2929                                                                <?php esc_html_e( 'As the topic:', 'wporg-forums' ); ?>
    30                                                                 <?php bbp_topic_title( bbp_get_topic_id() ); ?>
     30                                                                <a class="bbp-topic-permalink" href="<?php bbp_topic_permalink( bbp_get_topic_id() ); echo $view_all; ?>"><?php bbp_topic_title( bbp_get_topic_id() ); ?></a>
    3131                                                        </span>
    3232                                        </div><!-- .bbp-meta -->
    3333                                </div><!-- #post-<?php bbp_topic_id(); ?> -->
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style.css

     
    132132        display: block;
    133133}
    134134
     135.bbp-topic-header a.bbp-topic-permalink,
     136.bbp-reply-header a.bbp-reply-permalink {
     137        float: none;
     138        margin-left: 0;
     139        color: #0073aa;
     140}
     141
    135142/* Notices */
    136143div.bbp-template-notice,
    137144div.indicator-hint {