Re-Add Comment ID

ooops
This commit is contained in:
Joel Kuzmarski
2013-04-14 02:13:27 -05:00
parent bc7e35ff8e
commit 1df09d4852

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
}