This commit is contained in:
root
2025-08-18 17:56:26 -04:00
parent 737e558e3f
commit 035dc77d8e
12 changed files with 189 additions and 49 deletions

View File

@@ -4,7 +4,7 @@ function my_custom_comment_format($comment, $args, $depth)
$GLOBALS['comment'] = $comment; ?>
<article class="comment">
<h2><?php echo get_avatar($comment, 48); ?><?php comment_author(); ?>
<h2><?php comment_author(); ?>
</h2>
<br>
<h3><?php printf(__('%1$s at %2$s'), get_comment_date(), get_comment_time()); ?></h3>