Changeset 4079 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-single-reply.php
- Timestamp:
- 09/16/2016 02:39:24 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-single-reply.php
r4078 r4079 13 13 <div class="bbp-meta"> 14 14 <span class="bbp-header"> 15 <?php esc_html_e( 'In reply to: ', ' bbpress' ); ?>15 <?php esc_html_e( 'In reply to: ', 'wporg-forums' ); ?> 16 16 <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> 17 17 </span>
Note: See TracChangeset
for help on using the changeset viewer.