comments_link

Advertisement

Summery Summery

Displays the link to the current post comments.

Syntax Syntax

comments_link( string $deprecated = '', string $deprecated_2 = '' )

Parameters Parameters

$deprecated

(Optional) Not Used.

Default value: ''

$deprecated_2

(Optional) Not Used.

Default value: ''

Source Source

File: wp-includes/comment-template.php

 *
 * @since 0.71
 *
 * @param string $deprecated   Not Used.
 * @param string $deprecated_2 Not Used.
 */
function comments_link( $deprecated = '', $deprecated_2 = '' ) {
	if ( ! empty( $deprecated ) ) {
		_deprecated_argument( __FUNCTION__, '0.72' );

Advertisement

Changelog Changelog

Changelog
Version Description
0.71 Introduced.

Advertisement

Leave a Reply