diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php
index d3417db02b..2bcf21849b 100644
--- a/src/wp-includes/comment-template.php
+++ b/src/wp-includes/comment-template.php
@@ -1967,9 +1967,9 @@ function comment_id_fields( $post_id = 0 ) {
  *                               Default false. Accepts "%s" for the author of the comment
  *                               being replied to.
  * @param string $link_to_parent Optional. Boolean to control making the author's name a link
- *                               to their comment. Default true.
+ *                               to their comment. Default false.
  */
-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 ) {
