Ticket #2002: 2002.diff
| File 2002.diff, 2.7 KB (added by , 9 years ago) |
|---|
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/bbpress/loop-single-reply.php
9 9 10 10 ?> 11 11 12 <div id="post-<?php bbp_reply_id(); ?>" class="bbp-reply-header"> 13 <div class="bbp-meta"> 14 <span class="bbp-reply-post-date"><?php bbp_reply_post_date(); ?></span> 15 16 <?php if ( bbp_is_single_user_replies() ) : ?> 17 18 <span class="bbp-header"> 19 <?php esc_html_e( 'in reply to: ', 'bbpress' ); ?> 20 <a class="bbp-topic-permalink" href="<?php bbp_topic_permalink( bbp_get_reply_topic_id() ); ?>"><?php bbp_topic_title( bbp_get_reply_topic_id() ); ?></a> 21 </span> 22 23 <?php endif; ?> 24 25 </div><!-- .bbp-meta --> 26 </div><!-- #post-<?php bbp_reply_id(); ?> --> 27 28 12 29 <div id="post-<?php bbp_reply_id(); ?>" <?php bbp_reply_class(); ?>> 13 30 14 31 <div class="bbp-reply-author"> … … 45 62 46 63 </div><!-- .bbp-reply-content --> 47 64 65 <?php do_action( 'bbp_theme_before_reply_admin_links' ); ?> 66 48 67 <?php bbp_reply_admin_links(); ?> 49 68 69 <?php do_action( 'bbp_theme_after_reply_admin_links' ); ?> 70 50 71 </div><!-- #post-<?php bbp_reply_id(); ?> --> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-single-reply.php
9 9 10 10 ?> 11 11 12 <div id="post-<?php bbp_reply_id(); ?>" class="bbp-reply-header"> 13 <div class="bbp-meta"> 14 <span class="bbp-reply-post-date"><?php bbp_reply_post_date(); ?></span> 15 16 <?php if ( bbp_is_single_user_replies() ) : ?> 17 18 <span class="bbp-header"> 19 <?php esc_html_e( 'in reply to: ', 'bbpress' ); ?> 20 <a class="bbp-topic-permalink" href="<?php bbp_topic_permalink( bbp_get_reply_topic_id() ); ?>"><?php bbp_topic_title( bbp_get_reply_topic_id() ); ?></a> 21 </span> 22 23 <?php endif; ?> 24 25 </div><!-- .bbp-meta --> 26 </div><!-- #post-<?php bbp_reply_id(); ?> --> 27 28 12 29 <div id="post-<?php bbp_reply_id(); ?>" <?php bbp_reply_class(); ?>> 13 30 14 31 <div class="bbp-reply-author"> … … 45 62 46 63 </div><!-- .bbp-reply-content --> 47 64 65 <?php do_action( 'bbp_theme_before_reply_admin_links' ); ?> 66 48 67 <?php bbp_reply_admin_links(); ?> 49 68 69 <?php do_action( 'bbp_theme_after_reply_admin_links' ); ?> 70 50 71 </div><!-- #post-<?php bbp_reply_id(); ?> -->