HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/lipovac/wp-content/themes/senior/templates/comment.php
<div class="avatar">
	<?php echo get_avatar( $comment, $size = '64' ); ?>	
</div>
<div class="body">
	<span class="author-link">
		<?php echo get_comment_author_link(); ?>
	</span> / 
	<time datetime="<?php echo comment_date( 'c' ); ?>"><a
			href="<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ); ?>"><?php printf( __( '%1$s', 'wheels' ), get_comment_date(), get_comment_time() ); ?></a>
	</time> /
	<?php comment_reply_link( array_merge( $args, array( 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
	<?php if (is_user_logged_in()): ?>
		
	/ <?php edit_comment_link( __( '(Edit)', 'wheels' ), '', '' ); ?>
	<?php endif ?>

	<?php if ( $comment->comment_approved == '0' ) : ?>
		<div class="alert alert-info">
			<?php _e( 'Your comment is awaiting moderation.', 'wheels' ); ?>
		</div>
	<?php endif; ?>

	<?php comment_text(); ?>
	<hr />