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