- Timestamp:
- 04/19/2015 04:27:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/extras/taxonomy-topic-tag.php
r4733 r5688 15 15 16 16 <div id="topic-tag" class="bbp-topic-tag"> 17 <h1 class="entry-title"><?php printf( __( 'Topic Tag: %s', 'bbpress' ), '<span>' . bbp_get_topic_tag_name() . '</span>' ); ?></h1>17 <h1 class="entry-title"><?php printf( esc_html__( 'Topic Tag: %s', 'bbpress' ), '<span>' . bbp_get_topic_tag_name() . '</span>' ); ?></h1> 18 18 <div class="entry-content"> 19 19
Note: See TracChangeset
for help on using the changeset viewer.