Adding comment to reduce confusion about div tag closing.
This commit is contained in:
@@ -38,6 +38,7 @@ class Roots_Walker_Comment extends Walker_Comment {
|
|||||||
call_user_func($args['end-callback'], $comment, $args, $depth);
|
call_user_func($args['end-callback'], $comment, $args, $depth);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
// Close ".media-body" <div> located in templates/comment.php, and then the comment's <li>
|
||||||
echo "</div></li>\n";
|
echo "</div></li>\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user