Definition:
function previous_comments_link( $label = '' ) {}
Display the previous comments page link.
Parameters
- string $label: Optional. Label for comments link text.
Source code
function previous_comments_link( $label = '' ) {
echo get_previous_comments_link( $label );
}
2607

February 12, 2011 


No comments yet... Be the first to leave a reply!