Skip to content

Commit

Permalink
Fix roots#722 - Add comment ID
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Mar 24, 2013
1 parent a722190 commit 35f5c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function start_el(&$output, $comment, $depth, $args, $id = 0) {

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>
Expand Down

0 comments on commit 35f5c5b

Please sign in to comment.