函数原型
previous_comments_link( string $label = ” )
函数描述
Displays the link to the previous comments page.
是否弃用
未弃用
函数参数
-
$label
string
Optional - Label for comments link text.
Default:
''
函数返回值
无
函数位置
File: wp-includes/link-template.php.
函数源码
function previous_comments_link( $label = '' ) {
echo get_previous_comments_link( $label );
}
源码链接
变更日志
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |

