From e3012cb8457b8f66bf20dc74171a0d8481625eca Mon Sep 17 00:00:00 2001 From: Julien Melissas Date: Thu, 20 Mar 2014 12:57:03 -0400 Subject: [PATCH] Adding comment to reduce confusion about div tag closing. --- lib/comments.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/comments.php b/lib/comments.php index 3b1f96f..afe1f11 100644 --- a/lib/comments.php +++ b/lib/comments.php @@ -38,6 +38,7 @@ class Roots_Walker_Comment extends Walker_Comment { call_user_func($args['end-callback'], $comment, $args, $depth); return; } + // Close ".media-body"
located in templates/comment.php, and then the comment's
  • echo "
  • \n"; } }