Fix #722 - Add comment ID

This commit is contained in:
Ben Word
2013-03-24 16:40:45 -05:00
parent a7221902c5
commit 35f5c5b6b8

View File

@@ -28,7 +28,7 @@ class Roots_Walker_Comment extends Walker_Comment {
extract($args, EXTR_SKIP); ?>
<li <?php comment_class('media comment-' . get_comment_ID()); ?>>
<li id="comment-<?php comment_ID(); ?>" <?php comment_class('media comment-' . get_comment_ID()); ?>>
<?php echo get_avatar($comment, $size = '64'); ?>
<div class="media-body">
<h4 class="media-heading"><?php echo get_comment_author_link(); ?></h4>