- Timestamp:
- 04/19/2015 04:27:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/loop-single-reply.php
r5031 r5688 19 19 20 20 <span class="bbp-header"> 21 <?php _e( 'in reply to: ', 'bbpress' ); ?>21 <?php esc_html_e( 'in reply to: ', 'bbpress' ); ?> 22 22 <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> 23 23 </span>
Note: See TracChangeset
for help on using the changeset viewer.