WordPress Version: 6.3
/**
* Displays HTML content for cancel comment reply link.
*
* @since 2.7.0
*
* @param string $link_text Optional. Text to display for cancel reply link. If empty,
* defaults to 'Click here to cancel reply'. Default empty.
*/
function cancel_comment_reply_link($link_text = '')
{
echo get_cancel_comment_reply_link($link_text);
}