diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php
index d3417db02b..2bcf21849b 100644
a
|
b
|
function comment_id_fields( $post_id = 0 ) { |
1967 | 1967 | * Default false. Accepts "%s" for the author of the comment |
1968 | 1968 | * being replied to. |
1969 | 1969 | * @param string $link_to_parent Optional. Boolean to control making the author's name a link |
1970 | | * to their comment. Default true. |
| 1970 | * to their comment. Default false. |
1971 | 1971 | */ |
1972 | | function comment_form_title( $no_reply_text = false, $reply_text = false, $link_to_parent = true ) { |
| 1972 | function comment_form_title( $no_reply_text = false, $reply_text = false, $link_to_parent = false ) { |
1973 | 1973 | global $comment; |
1974 | 1974 | |
1975 | 1975 | if ( false === $no_reply_text ) { |