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