Ticket #1403: reply-page.diff
| File reply-page.diff, 1.6 KB (added by , 16 years ago) |
|---|
-
loop-bbp_replies.php
13 13 14 14 <?php get_template_part( 'pagination', 'bbp_replies' ); ?> 15 15 16 <table class="bbp-replies" id=" topic-<?php bbp_topic_id(); ?>">16 <table class="bbp-replies" id="reply-<?php bbp_reply_id(); ?>"> 17 17 <thead> 18 18 <tr> 19 <th class="bbp-reply-author"><?php _e( 'Author','bbpress' ); ?></th>19 <th class="bbp-reply-author"><?php _e( 'Author', 'bbpress' ); ?></th> 20 20 <th class="bbp-reply-content"><?php _e( 'Replies', 'bbpress' ); ?></th> 21 21 </tr> 22 22 </thead> 23 23 24 24 <tfoot> 25 26 <?php if ( bbp_is_topic() ) : ?> 27 25 28 <tr> 26 29 <td colspan="2"><?php bbp_topic_admin_links(); ?></td> 27 30 </tr> 31 32 <?php endif; ?> 28 33 </tfoot> 29 34 30 35 <tbody> … … 73 78 74 79 </td> 75 80 76 </tr><!-- # topic-<?php bbp_topic_id(); ?> -->81 </tr><!-- #reply-<?php bbp_reply_id(); ?> --> 77 82 78 83 <?php endwhile; ?> 79 84 -
single-bbp_reply.php
12 12 <div id="container"> 13 13 <div id="content" role="main"> 14 14 15 <?php get_template_part( 'loop', 'bbp_replies' ); ?> 15 <div id="bbp-reply-wrapper-<?php bbp_reply_id(); ?>" class="bbp-reply-wrapper"> 16 <div class="entry-content"> 16 17 18 <?php get_template_part( 'loop', 'bbp_replies' ); ?> 19 20 </div> 21 </div><!-- #bbp-reply-wrapper-<?php bbp_reply_id(); ?> --> 22 17 23 </div><!-- #content --> 18 24 </div><!-- #container --> 19 25
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)