Changeset 5688 for trunk/src/templates/default/bbpress/loop-replies.php
- Timestamp:
- 04/19/2015 04:27:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/loop-replies.php
r5403 r5688 16 16 <li class="bbp-header"> 17 17 18 <div class="bbp-reply-author"><?php _e( 'Author', 'bbpress' ); ?></div><!-- .bbp-reply-author -->18 <div class="bbp-reply-author"><?php esc_html_e( 'Author', 'bbpress' ); ?></div><!-- .bbp-reply-author --> 19 19 20 20 <div class="bbp-reply-content"> 21 21 22 <?php if ( ! bbp_show_lead_topic() ) : ?>22 <?php if ( ! bbp_show_lead_topic() ) : ?> 23 23 24 <?php _e( 'Posts', 'bbpress' ); ?>24 <?php esc_html_e( 'Posts', 'bbpress' ); ?> 25 25 26 26 <?php else : ?> 27 27 28 <?php _e( 'Replies', 'bbpress' ); ?>28 <?php esc_html_e( 'Replies', 'bbpress' ); ?> 29 29 30 30 <?php endif; ?> … … 54 54 <li class="bbp-footer"> 55 55 56 <div class="bbp-reply-author"><?php _e( 'Author', 'bbpress' ); ?></div>56 <div class="bbp-reply-author"><?php esc_html_e( 'Author', 'bbpress' ); ?></div> 57 57 58 58 <div class="bbp-reply-content"> 59 59 60 <?php if ( ! bbp_show_lead_topic() ) : ?>60 <?php if ( ! bbp_show_lead_topic() ) : ?> 61 61 62 <?php _e( 'Posts', 'bbpress' ); ?>62 <?php esc_html_e( 'Posts', 'bbpress' ); ?> 63 63 64 64 <?php else : ?> 65 65 66 <?php _e( 'Replies', 'bbpress' ); ?>66 <?php esc_html_e( 'Replies', 'bbpress' ); ?> 67 67 68 68 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.