I checked my comment-form.php and it looks like it has the function comment_form(). I deactivated all the plugins except for jetpack of course and it still didn’t work. Please Help. Here are the codes: <?php
global $current_user;
get_currentuserinfo();
ob_start();
comment_form();
ob_get_clean();
?>