<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_topic_author_details'); ?> </div><!-- .bbp-topic-author --> <div class="bbp-topic-content"> <?php do_action('bbp_theme_before_topic_content'); ?> <div class="topic-author-displayname"><?php bbp_topic_author(); ?> </div> <div class="bbp-meta"> <?php bbp_topic_post_date(); ?> <a href="<?php bbp_topic_permalink(); ?> " title="<?php bbp_topic_title(); ?>