- Timestamp:
- 03/21/2012 10:26:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/bbpress/loop-single-reply.php
r3651 r3820 10 10 ?> 11 11 12 <div class="bbp-reply-header"> 12 <tr class="bbp-reply-header"> 13 <td colspan="2"> 13 14 14 <div class="bbp-meta">15 <?php printf( __( '%1$s at %2$s', 'bbpress' ), get_the_date(), esc_attr( get_the_time() ) ); ?> 15 16 16 <?php printf( __( '%1$s at %2$s', 'bbpress' ), get_the_date(), esc_attr( get_the_time() ) ); ?>17 <a href="<?php bbp_reply_url(); ?>" title="<?php bbp_reply_title(); ?>" class="bbp-reply-permalink">#<?php bbp_reply_id(); ?></a> 17 18 18 <a href="<?php bbp_reply_url(); ?>" title="<?php bbp_reply_title(); ?>" class="bbp-reply-permalink">#<?php bbp_reply_id(); ?></a>19 <?php do_action( 'bbp_theme_before_reply_admin_links' ); ?> 19 20 20 <?php do_action( 'bbp_theme_before_reply_admin_links'); ?>21 <?php bbp_reply_admin_links(); ?> 21 22 22 <?php bbp_reply_admin_links(); ?>23 <?php do_action( 'bbp_theme_after_reply_admin_links' ); ?> 23 24 24 <?php do_action( 'bbp_theme_after_reply_admin_links' ); ?> 25 </td> 26 </tr> 25 27 26 < /div><!-- .bbp-meta -->28 <tr id="post-<?php bbp_reply_id(); ?>" <?php bbp_reply_class(); ?>> 27 29 28 </div><!-- .bbp-reply-header -->30 <td class="bbp-reply-author"> 29 31 30 <div id="post-<?php bbp_reply_id(); ?>" <?php bbp_reply_class(); ?>>32 <?php do_action( 'bbp_theme_before_reply_author_details' ); ?> 31 33 32 <div class="bbp-reply-author">34 <?php bbp_reply_author_link( array( 'sep' => '<br />' ) ); ?> 33 35 34 <?php do_action( 'bbp_theme_before_reply_author_details' );?>36 <?php if ( is_super_admin() ) : ?> 35 37 36 <?php bbp_reply_author_link( array( 'sep' => '<br />' )); ?>38 <?php do_action( 'bbp_theme_before_reply_author_admin_details' ); ?> 37 39 38 <?php if ( is_super_admin() ) : ?>40 <div class="bbp-reply-ip"><?php bbp_author_ip( bbp_get_reply_id() ); ?></div> 39 41 40 <?php do_action( 'bbp_theme_before_reply_author_admin_details' ); ?>42 <?php do_action( 'bbp_theme_after_reply_author_admin_details' ); ?> 41 43 42 < div class="bbp-reply-ip"><?php bbp_author_ip( bbp_get_reply_id() ); ?></div>44 <?php endif; ?> 43 45 44 <?php do_action( 'bbp_theme_after_reply_author_ admin_details' ); ?>46 <?php do_action( 'bbp_theme_after_reply_author_details' ); ?> 45 47 46 < ?php endif; ?>48 </td> 47 49 48 < ?php do_action( 'bbp_theme_after_reply_author_details' ); ?>50 <td class="bbp-reply-content"> 49 51 50 </div><!-- .bbp-reply-author -->52 <?php do_action( 'bbp_theme_after_reply_content' ); ?> 51 53 52 <div class="bbp-reply-content">54 <?php bbp_reply_content(); ?> 53 55 54 <?php do_action( 'bbp_theme_after_reply_content' ); ?>56 <?php do_action( 'bbp_theme_before_reply_content' ); ?> 55 57 56 < ?php bbp_reply_content(); ?>58 </td> 57 59 58 <?php do_action( 'bbp_theme_before_reply_content' ); ?> 59 60 </div><!-- .bbp-reply-content --> 61 62 </div><!-- #post-<?php bbp_topic_id(); ?> --> 60 </tr><!-- #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)