%PDF- %PDF-
Direktori : /var/www/html/ceaa/wp-content/plugins/bbpress/templates/default/bbpress/ |
Current File : /var/www/html/ceaa/wp-content/plugins/bbpress/templates/default/bbpress/user-replies-created.php |
<?php /** * User Replies Created * * @package bbPress * @subpackage Theme */ ?> <?php do_action( 'bbp_template_before_user_replies' ); ?> <div id="bbp-user-replies-created" class="bbp-user-replies-created"> <h2 class="entry-title"><?php _e( 'Forum Replies Created', 'bbpress' ); ?></h2> <div class="bbp-user-section"> <?php if ( bbp_get_user_replies_created() ) : ?> <?php bbp_get_template_part( 'pagination', 'replies' ); ?> <?php bbp_get_template_part( 'loop', 'replies' ); ?> <?php bbp_get_template_part( 'pagination', 'replies' ); ?> <?php else : ?> <p><?php bbp_is_user_home() ? _e( 'You have not replied to any topics.', 'bbpress' ) : _e( 'This user has not replied to any topics.', 'bbpress' ); ?></p> <?php endif; ?> </div> </div><!-- #bbp-user-replies-created --> <?php do_action( 'bbp_template_after_user_replies' ); ?>