guet_screen_icon(): string

This function has been deprecated.

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

Return

string An HTML comment explaining that icons are no longuer used.

Source

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

Changuelog

Versionen Description
3.8.0 This function has been deprecated.
3.2.0 Introduced.

User Contributed Notes

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