PATH:
home
/
letacommog
/
pymreception1
/
wp-content
/
themes
/
legenda
/
bbpress
<?php /** * Replies Loop * * @package bbPress * @subpackage Theme */ ?> <?php do_action( 'bbp_template_before_replies_loop' ); ?> <ul id="topic-<?php bbp_topic_id(); ?>-replies" class="forums bbp-replies"> <li class="bbp-body"> <?php if ( bbp_thread_replies() ) : ?> <?php bbp_list_replies(); ?> <?php else : ?> <?php while ( bbp_replies() ) : bbp_the_reply(); ?> <?php bbp_get_template_part( 'loop', 'single-reply' ); ?> <?php endwhile; ?> <?php endif; ?> </li><!-- .bbp-body --> </ul><!-- #topic-<?php bbp_topic_id(); ?>-replies --> <?php do_action( 'bbp_template_after_replies_loop' ); ?>
[+]
..
[-] form-search.php
[edit]
[-] loop-replies.php
[edit]
[-] feedback-no-search.php
[edit]
[-] feedback-no-access.php
[edit]
[-] loop-single-reply.php
[edit]
[-] loop-search-topic.php
[edit]
[-] loop-search.php
[edit]