Changeset 2714
- Timestamp:
- 12/11/2010 04:55:11 PM (15 years ago)
- Location:
- branches/plugin/bbp-themes/bbp-twentyten
- Files:
-
- 2 edited
-
loop-bbp_replies.php (modified) (2 diffs)
-
single-bbp_reply.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/loop-bbp_replies.php
r2680 r2714 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="topic-<?php bbp_topic_id(); ?>-replies"> 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> … … 74 74 </td> 75 75 76 </tr><!-- #topic-<?php bbp_topic_id(); ?> -->76 </tr><!-- #topic-<?php bbp_topic_id(); ?>-replies --> 77 77 78 78 <?php endwhile; ?> -
branches/plugin/bbp-themes/bbp-twentyten/single-bbp_reply.php
r2679 r2714 12 12 <div id="container"> 13 13 <div id="content" role="main"> 14 <div id="bbp-reply-wrapper-<?php bbp_reply_id(); ?>" class="bbp-reply-wrapper"> 15 <div class="entry-content"> 14 16 15 <?php get_template_part( 'loop', 'bbp_replies' ); ?>17 <?php get_template_part( 'loop', 'bbp_replies' ); ?> 16 18 19 </div><!-- .entry-content --> 20 </div><!-- #bbp-reply-wrapper-<?php bbp_reply_id(); ?> --> 17 21 </div><!-- #content --> 18 22 </div><!-- #container -->
Note: See TracChangeset
for help on using the changeset viewer.