Merge pull request #742 from leoj3n/patch-1

Re-Add Comment ID
This commit is contained in:
Ben Word
2013-04-14 08:20:56 -07:00

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 include(locate_template('templates/comment.php')); ?>
<?php
}