You appear to be a bot. Output may be restricted
Description
Displays the link to the previous comments page.
Usage
previous_comments_link( $label );
Parameters
- $label
- ( string ) optional – Optional. Label for comments link text. Default empty.
Returns
void
Source
File name: wordpress/wp-includes/link-template.php
Lines:
1 to 3 of 3
function previous_comments_link( $label = '' ) { echo get_previous_comments_link( $label ); }