Adding comment to reduce confusion about div tag closing.

This commit is contained in:
Julien Melissas
2014-03-20 12:57:03 -04:00
parent 5ec68b8bc3
commit e3012cb845

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";
}
}