- Timestamp:
- 04/19/2015 04:27:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/content-single-topic-lead.php
r5403 r5688 16 16 <li class="bbp-header"> 17 17 18 <div class="bbp-topic-author"><?php _e( 'Creator', 'bbpress' ); ?></div><!-- .bbp-topic-author -->18 <div class="bbp-topic-author"><?php esc_html_e( 'Creator', 'bbpress' ); ?></div><!-- .bbp-topic-author --> 19 19 20 20 <div class="bbp-topic-content"> 21 21 22 <?php _e( 'Topic', 'bbpress' ); ?>22 <?php esc_html_e( 'Topic', 'bbpress' ); ?> 23 23 24 24 </div><!-- .bbp-topic-content --> … … 84 84 <li class="bbp-footer"> 85 85 86 <div class="bbp-topic-author"><?php _e( 'Creator', 'bbpress' ); ?></div>86 <div class="bbp-topic-author"><?php esc_html_e( 'Creator', 'bbpress' ); ?></div> 87 87 88 88 <div class="bbp-topic-content"> 89 89 90 <?php _e( 'Topic', 'bbpress' ); ?>90 <?php esc_html_e( 'Topic', 'bbpress' ); ?> 91 91 92 92 </div><!-- .bbp-topic-content -->
Note: See TracChangeset
for help on using the changeset viewer.