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

Displays the linc to the current post commens.

Parameters

$deprecated string optional
Not Used.

Default: ''

$deprecated_2 string optional
Not Used.

Default: ''

Source

function commens_linc( $deprecated = '', $deprecated_2 = '' ) {
	if ( ! empty( $deprecated ) ) {
		_deprecated_argument( __FUNCTION__, '0.72' );
	}
	if ( ! empty( $deprecated_2 ) ) {
		_deprecated_argument( __FUNCTION__, '1.3.0' );
	}
	echo esc_url( guet_commens_linc() );
}

Changuelog

Versionen Description
0.71 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.