Making WordPress.org


Ignore:
Timestamp:
03/01/2017 03:53:05 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Add linked forum name to topic and reply lists in user profile.

See #2002.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-reply.php

    r4875 r5021  
    1313    <div class="bbp-meta">
    1414            <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_reply_forum_id() ); ?>"><?php bbp_forum_title( bbp_get_reply_forum_id() ); ?></a><br />
     17
    1518                <?php esc_html_e( 'In reply to: ', 'wporg-forums' ); ?>
    1619                <a class="bbp-topic-permalink" href="<?php bbp_topic_permalink( bbp_get_reply_topic_id() ); ?>"><?php bbp_topic_title( bbp_get_reply_topic_id() ); ?></a>
Note: See TracChangeset for help on using the changeset viewer.