wpseek.com
WordPress开发者和主题制作者的搜索引擎



previous_comments_link › WordPress Function

Since2.7.0
已弃用n/a
previous_comments_link ( $label = '' )
参数:
  • (string) $label Optional. Label for comments link text. Default empty.
    Required: No
    默认: (empty)
定义在:
文档:

Displays the link to the previous comments page.



源码

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