" <?php 
bbp_reply_class(0, array('media'));
?>
>

	<?php 
do_action('bbp_theme_before_reply_author_details');
?>

	<div class="bbp_author_details">
        <?php 
bbp_reply_author_link(array('sep' => '', 'size' => 92));
?>

        <?php 
bbp_reply_author_role();
?>

		<span class="post-count">
			<?php 
echo $post_count;
?>
		</span>

		<?php 
if (bbp_is_user_keymaster()) {
    ?>

			<?php 
    do_action('bbp_theme_before_reply_author_admin_details');
    ?>
    <div class="bbp-reply-author">

        <?php 
do_action('bbp_theme_before_reply_author_details');
?>
        <a href="<?php 
bbp_reply_author_url(bbp_get_reply_id());
?>
">
            <?php 
bbp_reply_author_avatar(bbp_get_reply_id());
?>
        </a>
        <div class="bbp-reply-author-role">
            <?php 
bbp_reply_author_role(array('reply_id' => bbp_get_reply_id()));
?>
        </div>
        <?php 
do_action('bbp_theme_after_reply_author_details');
?>

    </div><!-- .bbp-reply-author -->

    <div class="bbp-reply-content entry">

        <div class="bbp-reply-header">

            <span class="bbp-reply-author-name">
                <a href="<?php 
bbp_reply_author_url(bbp_get_reply_id());