- Timestamp:
- 11/27/2011 09:57:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/bbpress/loop-single-reply.php
r3492 r3634 10 10 ?> 11 11 12 <tr class="bbp-reply-header"> 13 <td colspan="2"> 12 <div class="bbp-reply-header"> 13 14 <div class="bbp-meta"> 14 15 15 16 <?php printf( __( '%1$s at %2$s', 'bbpress' ), get_the_date(), esc_attr( get_the_time() ) ); ?> … … 23 24 <?php do_action( 'bbp_theme_after_reply_admin_links' ); ?> 24 25 25 </td> 26 </tr> 26 </div><!-- .bbp-meta --> 27 28 </div><!-- .bbp-reply-header --> 27 29 28 < trid="post-<?php bbp_reply_id(); ?>" <?php bbp_reply_class(); ?>>30 <div id="post-<?php bbp_reply_id(); ?>" <?php bbp_reply_class(); ?>> 29 31 30 < tdclass="bbp-reply-author">32 <div class="bbp-reply-author"> 31 33 32 34 <?php do_action( 'bbp_theme_before_reply_author_details' ); ?> … … 46 48 <?php do_action( 'bbp_theme_after_reply_author_details' ); ?> 47 49 48 </ td>50 </div><!-- .bbp-reply-author --> 49 51 50 < tdclass="bbp-reply-content">52 <div class="bbp-reply-content"> 51 53 52 54 <?php do_action( 'bbp_theme_after_reply_content' ); ?> … … 56 58 <?php do_action( 'bbp_theme_before_reply_content' ); ?> 57 59 58 </ td>60 </div><!-- .bbp-reply-content --> 59 61 60 </ tr><!-- #post-<?php bbp_topic_id(); ?> -->62 </div><!-- #post-<?php bbp_topic_id(); ?> -->
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)