Merge pull request #1010 from JulienMelissas/master

Adding comment to reduce confusion about div tag closing in lib/comments.php
This commit is contained in:
Ben Word
2014-03-20 12:00:07 -05:00

View File

@@ -38,6 +38,7 @@ class Roots_Walker_Comment extends Walker_Comment {
call_user_func($args['end-callback'], $comment, $args, $depth);
return;
}
// Close ".media-body" <div> located in templates/comment.php, and then the comment's <li>
echo "</div></li>\n";
}
}