<legend><?php bbp_is_topic_edit() || bbp_is_reply_edit() ? _e('Author Information', 'bbpress') : _e('Your information:', 'bbpress'); ?> </legend> <?php do_action('bbp_theme_anonymous_form_extras_top'); ?> <p> <label for="bbp_anonymous_author"><?php _e('Name (required):', 'bbpress'); ?> </label><br /> <input type="text" id="bbp_anonymous_author" value="<?php bbp_is_topic_edit() ? bbp_topic_author() : bbp_is_reply_edit() ? bbp_reply_author() : bbp_current_anonymous_user_data('name'); ?> " tabindex="<?php bbp_tab_index(); ?> " size="40" name="bbp_anonymous_name" /> </p> <p> <label for="bbp_anonymous_email"><?php _e('Mail (will not be published) (required):', 'bbpress'); ?> </label><br /> <input type="text" id="bbp_anonymous_email" value="<?php bbp_is_topic_edit() ? bbp_topic_author_email() : bbp_is_reply_edit() ? bbp_reply_author_email() : bbp_current_anonymous_user_data('email'); ?>
<?php do_action('bbp_theme_after_reply_author_details'); ?> </div> <!-- .bbp-reply-author --> <div class="bbp-reply-content"> <?php do_action('bbp_theme_before_reply_content'); ?> <!-- <div class="reply-author-displayname"><?php bbp_reply_author(); ?> </div>--> <div class="reply-author-displayname"><?php bbp_reply_author_link(array('type' => 'name', 'show_role' => false)); ?> </div> <div class="bbp-meta"> <?php bbp_reply_post_date(); ?> <a href="<?php