diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php
index 9a2d62c586..6315a6afae 100644
--- a/src/wp-includes/comment-template.php
+++ b/src/wp-includes/comment-template.php
@@ -1973,7 +1973,7 @@ function comment_id_fields( $post_id = 0 ) {
  * @param string $link_to_parent Optional. Boolean to control making the author's name a link
  *                               to their comment. Default true.
  */
-function comment_form_title( $no_reply_text = false, $reply_text = false, $link_to_parent = true ) {
+function comment_form_title( $no_reply_text = false, $reply_text = false, $link_to_parent = false ) {
 	global $comment;
 
 	if ( false === $no_reply_text ) {
