HEX
Server: LiteSpeed
System: Linux idn164 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64
User: intelije (2317)
PHP: 7.4.33
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/intelije/domains/jakartakoma.com/public_html/wp-content/themes/kapro/comments.php
<?php
	if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
		die (__('Please do not load this page directly. Thanks!',ktz_theme_textdomain));
	if ( post_password_required() ) { ?>
		<p class="nocomments"><?php _e( 'This post is password protected. Enter the password to view comments.',ktz_theme_textdomain); ?></p>
	<?php
		return;
	}
?>
<?php if ( have_comments() ) : ?>

	<ol class="commentlist">
		<?php wp_list_comments( array( 'callback' => 'ktz_comments' ) ); ?>
	</ol>
	<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : 
		 ktz_comment_nav();
		endif; ?>
	<?php else : 
	if ('open' == $post->comment_status) :
	else : ?>
		<p class="nocomments"><?php _e( 'Comments are closed.', ktz_theme_textdomain ); ?></p>
	<?php endif; ?>
	<?php endif; ?>
	<?php if ('open' == $post->comment_status) : ?>
	<?php $new_default = array(
		'comment_notes_before' => '',
		'comment_notes_after' => '',
		'id_submit' => 'comment-submit'
		);
	comment_form($new_default); ?>
<?php endif; ?>