previous_comments_link()

最后更新于:2021-11-27 20:00:31

previous_comments_link( string$label=”)

Displays the link to the previous comments page.

参数

$label

(string) (Optional) Label for comments link text.

Default value: ”

源文件

文件: gc-includes/link-template.php

function previous_comments_link( $label = '' ) {
	echo get_previous_comments_link( $label );
}