diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php
index d792bffd9c..daa9cc2049 100644
|
a
|
b
|
function get_cancel_comment_reply_link( $text = '' ) { |
| 1893 | 1893 | * |
| 1894 | 1894 | * @since 2.7.0 |
| 1895 | 1895 | * |
| 1896 | | * @param string $text Optional. Text to display for cancel reply link. Default empty. |
| | 1896 | * @param string $text Optional. Text to display for cancel reply link. If empty, text defaults to 'Click here to cancel reply.' Default empty. |
| 1897 | 1897 | */ |
| 1898 | 1898 | function cancel_comment_reply_link( $text = '' ) { |
| 1899 | 1899 | echo get_cancel_comment_reply_link( $text ); |