WordPress Version: 4.6
/**
* Displays the link to the previous comments page.
*
* @since 2.7.0
*
* @param string $label Optional. Label for comments link text. Default empty.
*/
function previous_comments_link($label = '')
{
echo get_previous_comments_link($label);
}