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