Ticket #2519: loop-single-reply.patch
File loop-single-reply.patch, 751 bytes (added by , 11 years ago) |
---|
-
loop-single-reply.php
44 44 45 45 <?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => true ) ); ?> 46 46 47 <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> 48 <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> 49 47 50 <?php if ( bbp_is_user_keymaster() ) : ?> 48 51 49 52 <?php do_action( 'bbp_theme_before_reply_author_admin_details' ); ?>