Changeset 5021 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-reply.php
- Timestamp:
- 03/01/2017 03:53:05 AM (9 years ago)
- 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 13 13 <div class="bbp-meta"> 14 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_reply_forum_id() ); ?>"><?php bbp_forum_title( bbp_get_reply_forum_id() ); ?></a><br /> 17 15 18 <?php esc_html_e( 'In reply to: ', 'wporg-forums' ); ?> 16 19 <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.