Sindbad~EG File Manager
<?php if (post_password_required()) : ?>
<p><?php esc_html_e('This post is password protected. Enter the password to view any comments.', 'enigma'); ?></p>
<?php return; endif; ?>
<?php if (have_comments()) : ?>
<div class="enigma_comment_section">
<div class="enigma_comment_title">
<h3>
<i class="fa fa-comments"></i>
<?php echo esc_html( comments_number(__('No Comments', 'enigma'), __('1 Comment', 'enigma'), '% Comments')); ?>
</h3>
</div>
<?php wp_list_comments(array('callback' => 'enigma_comment')); ?>
<?php if (get_comment_pages_count() > 1 && get_option('page_comments')) : ?>
<nav id="comment-nav-below">
<h1 class="assistive-text"><?php esc_html_e('Comment navigation', 'enigma'); ?></h1>
<div class="nav-previous"><?php previous_comments_link(__('← Older Comments', 'enigma')); ?></div>
<div class="nav-next"><?php next_comments_link(__('Newer Comments →', 'enigma')); ?></div>
</nav>
<?php endif; ?>
</div>
<?php endif; ?>
<?php if (comments_open()) : ?>
<div class="enigma_comment_form_section">
<?php $fields = array(
'author' => '<div class="enigma_form_group"><label for="exampleInputEmail1">' . __('Name', 'enigma') . '<small>*</small></label><input name="author" id="name" type="text" id="exampleInputEmail1" class="enigma_con_input_control"></div>',
'email' => '<div class="enigma_form_group"><label for="exampleInputPassword1">' . __('Email', 'enigma') . '<small>*</small></label><input name="email" id="email" type="text" class="enigma_con_input_control"></div>',
);
function my_fields($fields)
{
return $fields;
}
add_filter('wl_comment_form_default_fields', 'my_fields');
$defaults = array(
'fields' => apply_filters('wl_comment_form_default_fields', $fields),
'comment_field' => '<div class="enigma_form_group"><label for="message">'.__('Message','enigma') .'<small>*</small></label>
<textarea id="comment" name="comment" class="enigma_con_textarea_control" rows="5"></textarea></div>',
'logged_in_as' => '<p class="logged-in-as">' . __("Logged in as ", 'enigma') . '<a href="' . esc_url(admin_url('profile.php')) . '">' . $user_identity . '</a>' . '<a href="' . esc_url(wp_logout_url(get_permalink())) . '" title="'.esc_attr_e("Log out of this account",'enigma').'">' . __(" Log out?", 'enigma') . '</a>' . '</p>',
/* translators: %s: reply to name */
'title_reply_to' => __('Leave a Reply to %s', 'enigma'),
'id_submit' => 'enigma_send_button',
'label_submit' => __('Post Comment', 'enigma'),
'comment_notes_before' => '',
'comment_notes_after' => '',
'title_reply' => '<h2>' . __('Leave a Reply', 'enigma') . '</h2>',
'role_form' => 'form',
);
comment_form($defaults); ?>
</div>
<?php endif; // If registration required and not logged in ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists