????JFIF??x?x????'
Server IP : 104.21.112.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/./pontiacques.org/wp-content/themes/Magnificent/includes/functions/ |
Upload File : |
<?php if ( ! function_exists( 'et_custom_comments_display' ) ) : function et_custom_comments_display($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?> <li <?php comment_class(); ?> id="li-comment-<?php comment_ID() ?>"> <?php if ($depth == 1) { ?> <div class="entry post entry-full"> <div class="border"> <div class="bottom"> <div class="entry-content clearfix"> <?php } ?> <div id="comment-<?php comment_ID(); ?>" class="comment-body clearfix"> <div class="avatar"> <?php echo get_avatar($comment,$size='73'); ?> <span class="overlay"></span> </div> <div class="comment-wrap"> <div class="comment-author vcard"> <?php printf('<span class="fn">%s</span>', get_comment_author_link()) ?> </div> <div class="comment-meta commentmetadata"><a href="<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ) ?>"><?php echo(get_comment_date()) ?></a><?php edit_comment_link(esc_html__('(Edit)','Magnificent'),' ','') ?></div> <?php if ($comment->comment_approved == '0') : ?> <em class="moderation"><?php esc_html_e('Your comment is awaiting moderation.','Magnificent') ?></em> <br /> <?php endif; ?> <div class="comment-content"><?php comment_text() ?></div> <!-- end comment-content--> <?php $et_comment_reply_link = get_comment_reply_link( array_merge( $args, array('reply_text' => esc_attr__('Reply','Magnificent'),'depth' => $depth, 'max_depth' => $args['max_depth'])) ); if ( $et_comment_reply_link ) echo '<div class="reply-container">' . $et_comment_reply_link . '</div>'; ?> </div> <!-- end comment-wrap--> </div> <!-- end comment-body--> <?php if ($depth == 1) { ?> </div> </div> </div> </div> <?php } ?> <?php } endif; ?>