index_rel_link()

最后更新于:2021-11-27 06:52:30

index_rel_link()

Display relational link for the site index.

源文件

文件: gc-includes/deprecated.php

function index_rel_link() {
	_deprecated_function( __FUNCTION__, '3.3.0' );

	echo get_index_rel_link();
}