get_screen_icon()

最后更新于:2021-11-26 23:57:03

get_screen_icon()

Retrieves the screen icon (no longer used in 3.8+).

响应

(string) An HTML comment explaining that icons are no longer used.

源文件

文件: gc-admin/includes/deprecated.php

function get_screen_icon() {
	_deprecated_function( __FUNCTION__, '3.8.0' );
	return '<!-- Screen icons are no longer used as of GeChiUI 3.8. -->';
}