Ticket #2519: loop-single-reply and content-single-topic-lead.3.patch
File loop-single-reply and content-single-topic-lead.3.patch, 1.6 KB (added by , 11 years ago) |
---|
-
content-single-topic-lead.php
67 67 68 68 <?php endif; ?> 69 69 70 <?php if ( ! bbp_is_topic_anonymous() ) : ?> 71 72 <div class="bbp-user-topic-count"><?php printf( __( 'Topics Started: %s', 'bbpress' ), bbp_get_user_topic_count( bbp_get_topic_author_id( ) ) ); ?></div> 73 <div class="bbp-user-reply-count"><?php printf( __( 'Replies Created: %s', 'bbpress' ), bbp_get_user_reply_count( bbp_get_topic_author_id( ) ) ); ?></div> 74 75 <?php endif; ?> 76 70 77 <?php do_action( 'bbp_theme_after_topic_author_details' ); ?> 71 78 72 79 </div><!-- .bbp-topic-author --> -
loop-single-reply.php
54 54 55 55 <?php endif; ?> 56 56 57 <?php if ( ! bbp_is_reply_anonymous() ) : ?> 58 59 <div class="bbp-user-topic-count"><?php printf( __( 'Topics Started: %s', 'bbpress' ), bbp_get_user_topic_count( bbp_get_reply_author_id() ) ); ?></div> 60 <div class="bbp-user-reply-count"><?php printf( __( 'Replies Created: %s', 'bbpress' ), bbp_get_user_reply_count( bbp_get_reply_author_id() ) ); ?></div> 61 62 <?php endif; ?> 63 57 64 <?php do_action( 'bbp_theme_after_reply_author_details' ); ?> 58 65 59 66 </div><!-- .bbp-reply-author -->