Skip to:
Content

bbPress.org

Ticket #2519: loop-single-reply.patch

File loop-single-reply.patch, 751 bytes (added by hardeepasrani, 11 years ago)
  • loop-single-reply.php

     
    4444
    4545                <?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => true ) ); ?>
    4646
     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
    4750                <?php if ( bbp_is_user_keymaster() ) : ?>
    4851
    4952                        <?php do_action( 'bbp_theme_before_reply_author_admin_details' ); ?>