Changeset 5689 for trunk/src/templates/default/bbpress/loop-replies.php
- Timestamp:
- 04/19/2015 04:45:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/loop-replies.php
r5688 r5689 8 8 */ 9 9 10 ?> 11 12 <?php do_action( 'bbp_template_before_replies_loop' ); ?> 10 do_action( 'bbp_template_before_replies_loop' ); ?> 13 11 14 12 <ul id="topic-<?php bbp_topic_id(); ?>-replies" class="forums bbp-replies"> 15 13 16 14 <li class="bbp-header"> 17 18 15 <div class="bbp-reply-author"><?php esc_html_e( 'Author', 'bbpress' ); ?></div><!-- .bbp-reply-author --> 19 20 <div class="bbp-reply-content"> 21 22 <?php if ( ! bbp_show_lead_topic() ) : ?> 23 24 <?php esc_html_e( 'Posts', 'bbpress' ); ?> 25 26 <?php else : ?> 27 28 <?php esc_html_e( 'Replies', 'bbpress' ); ?> 29 30 <?php endif; ?> 31 32 </div><!-- .bbp-reply-content --> 33 16 <div class="bbp-reply-content"><?php bbp_show_lead_topic() 17 ? esc_html_e( 'Replies', 'bbpress' ) 18 : esc_html_e( 'Posts', 'bbpress' ); 19 ?></div><!-- .bbp-reply-content --> 34 20 </li><!-- .bbp-header --> 35 21 … … 53 39 54 40 <li class="bbp-footer"> 55 56 41 <div class="bbp-reply-author"><?php esc_html_e( 'Author', 'bbpress' ); ?></div> 57 58 <div class="bbp-reply-content"> 59 60 <?php if ( ! bbp_show_lead_topic() ) : ?> 61 62 <?php esc_html_e( 'Posts', 'bbpress' ); ?> 63 64 <?php else : ?> 65 66 <?php esc_html_e( 'Replies', 'bbpress' ); ?> 67 68 <?php endif; ?> 69 70 </div><!-- .bbp-reply-content --> 71 42 <div class="bbp-reply-content"><?php bbp_show_lead_topic() 43 ? esc_html_e( 'Replies', 'bbpress' ) 44 : esc_html_e( 'Posts', 'bbpress' ); 45 ?></div><!-- .bbp-reply-content --> 72 46 </li><!-- .bbp-footer --> 73 74 47 </ul><!-- #topic-<?php bbp_topic_id(); ?>-replies --> 75 48 76 <?php do_action( 'bbp_template_after_replies_loop' ); ?>49 <?php do_action( 'bbp_template_after_replies_loop' );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)