- 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-topic.php
r5031 r5688 24 24 <?php do_action( 'bbp_theme_before_topic_title' ); ?> 25 25 26 <h3><?php _e( 'Topic: ', 'bbpress' ); ?>26 <h3><?php esc_html_e( 'Topic: ', 'bbpress' ); ?> 27 27 <a href="<?php bbp_topic_permalink(); ?>"><?php bbp_topic_title(); ?></a></h3> 28 28 … … 31 31 <?php if ( function_exists( 'bbp_is_forum_group_forum' ) && bbp_is_forum_group_forum( bbp_get_topic_forum_id() ) ) : ?> 32 32 33 <?php _e( 'in group forum ', 'bbpress' ); ?>33 <?php esc_html_e( 'in group forum ', 'bbpress' ); ?> 34 34 35 35 <?php else : ?> 36 36 37 <?php _e( 'in forum ', 'bbpress' ); ?>37 <?php esc_html_e( 'in forum ', 'bbpress' ); ?> 38 38 39 39 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.