wp-content/themes/twentynineteen/inc/template-tags.php:207Displays the comment form.
$order function twentynineteen_comment_form( $order ) { if ( true === $order || strtolower( $order ) === strtolower( get_option( 'comment_order', 'asc' ) ) ) { comment_form( array( 'title_reply' => null, ) ); } }Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-content/themes/twentynineteen/inc/template-tags.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.