Server : Apache System : Linux ls31.server.ly 3.10.0-962.3.2.lve1.5.68.el7.x86_64 #1 SMP Wed Apr 6 11:12:23 UTC 2022 x86_64 User : medchoco ( 2906) PHP Version : 8.3.16 Disable Function : mail Directory : /home/medchoco/public_html/wp-content/themes/puca/ |
Upload File : |
<?php $GLOBALS['comment'] = $comment; $add_below = ''; ?> <li <?php comment_class(); ?> id="comment-<?php comment_ID() ?>"> <div class="the-comment media"> <?php if( !empty(get_avatar(get_the_author_meta( 'ID' ), 92)) ) :?> <div class="avatar"> <?php echo get_avatar($comment, 54); ?> <span class="author"><?php echo get_comment_author_link() ?></span> <span class="date"><i class="icon-calendar icons"></i> <?php printf(esc_html__('%1$s', 'puca'), get_comment_date()) ?></span> <?php edit_comment_link(esc_html__(' - Edit', 'puca'),' ','') ?> <span class="reply"><?php comment_reply_link(array_merge( $args, array( 'reply_text' => esc_html__('Reply', 'puca'), 'add_below' => 'comment', 'depth' => $depth, 'max_depth' => $args['max_depth']))) ?></span> </div> <?php endif; ?> <div class="comment-box media-body"> <div class="comment-text"> <?php if ($comment->comment_approved == '0') : ?> <em><?php esc_html_e('Your comment is awaiting moderation.', 'puca') ?></em> <br /> <?php endif; ?> <?php comment_text() ?> </div> </div> </div>