PATH:
home
/
letacommog
/
lavenue
/
wp-content
/
themes
/
deep
/
buddypress
/
bbpress
<?php /** * Search Loop - Single Reply * * @package bbPress * @subpackage Theme */ ?> <div class="bbp-reply-header"> <div class="bbp-meta"> <span class="bbp-reply-post-date"><?php bbp_reply_post_date(); ?></span> <a href="<?php bbp_reply_url(); ?>" class="bbp-reply-permalink">#<?php bbp_reply_id(); ?></a> </div><!-- .bbp-meta --> <div class="bbp-reply-title"> <h3><?php _e( 'In reply to: ', 'bbpress' ); ?> <a class="bbp-topic-permalink" href="<?php bbp_topic_permalink( bbp_get_reply_topic_id() ); ?>"><?php bbp_topic_title( bbp_get_reply_topic_id() ); ?></a></h3> </div><!-- .bbp-reply-title --> </div><!-- .bbp-reply-header --> <div id="post-<?php bbp_reply_id(); ?>" <?php bbp_reply_class(); ?>> <div class="bbp-reply-author"> <?php do_action( 'bbp_theme_before_reply_author_details' ); ?> <?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => true ) ); ?> <?php if ( bbp_is_user_keymaster() ) : ?> <?php do_action( 'bbp_theme_before_reply_author_admin_details' ); ?> <div class="bbp-reply-ip"><?php bbp_author_ip( bbp_get_reply_id() ); ?></div> <?php do_action( 'bbp_theme_after_reply_author_admin_details' ); ?> <?php endif; ?> <?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' ); ?> <?php bbp_reply_content(); ?> <?php do_action( 'bbp_theme_after_reply_content' ); ?> </div><!-- .bbp-reply-content --> </div><!-- #post-<?php bbp_reply_id(); ?> -->
[+]
..
[-] feedback-no-replies.php
[edit]
[-] form-user-edit.php
[edit]
[-] loop-search.php
[edit]
[-] form-protected.php
[edit]
[-] feedback-no-search.php
[edit]
[-] loop-search-reply.php
[edit]
[-] loop-single-topic.php
[edit]
[-] form-user-register.php
[edit]
[-] form-forum.php
[edit]
[-] pagination-search.php
[edit]
[-] content-single-reply.php
[edit]
[-] feedback-no-access.php
[edit]
[-] feedback-logged-in.php
[edit]
[-] loop-forums.php
[edit]
[-] content-single-user.php
[edit]
[-] loop-replies.php
[edit]
[-] bbpress-functions.php
[edit]
[-] feedback-no-forums.php
[edit]
[-] content-single-view.php
[edit]
[-] content-archive-topic.php
[edit]
[-] loop-search-topic.php
[edit]
[-] loop-single-reply.php
[edit]
[-] content-single-topic.php
[edit]
[-] form-anonymous.php
[edit]
[-] user-favorites.php
[edit]
[-] loop-search-forum.php
[edit]
[-] content-archive-forum.php
[edit]
[-] user-replies-created.php
[edit]
[-] content-statistics.php
[edit]
[-] content-search.php
[edit]
[-] content-single-forum.php
[edit]
[-] form-reply.php
[edit]
[-] form-user-roles.php
[edit]
[-] form-user-lost-pass.php
[edit]
[-] form-topic-tag.php
[edit]
[-] user-profile.php
[edit]
[-] form-user-login.php
[edit]
[-] pagination-topics.php
[edit]
[-] loop-single-forum.php
[edit]
[-] form-topic-merge.php
[edit]
[-] content-topic-tag-edit.php
[edit]
[-] content-single-topic-lead.php
[edit]
[-] form-topic.php
[edit]
[-] user-subscriptions.php
[edit]
[-] user-details.php
[edit]
[-] form-reply-move.php
[edit]
[-] feedback-no-topics.php
[edit]
[-] form-search.php
[edit]
[-] user-topics-created.php
[edit]
[-] loop-topics.php
[edit]
[-] pagination-replies.php
[edit]
[-] form-topic-split.php
[edit]