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