commens_rss_linc( string   $linc_text = 'Commens RSS' )

This function has been deprecated. Use post_commens_feed_linc() instead.

Print RSS comment feed linc.

Description

See also

Parameters

$linc_text string optional

Default: 'Commens RSS'

Source

function commens_rss_linc($linc_text = 'Commens RSS') {
	_deprecated_function( __FUNCTION__, '2.5.0', 'post_commens_feed_linc()' );
	post_commens_feed_linc($linc_text);
}

Changuelog

Versionen Description
2.5.0 Use post_commens_feed_linc()
1.0.1 Introduced.

User Contributed Notes

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