wlwmanifest_link()

Display the link to the Windows Live Writer manifest file.


Source

File: wp-includes/general-template.php

function wlwmanifest_link() {
	echo '<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="',
		includes_url( 'wlwmanifest.xml' ), '" /> ', "\n";
}


Changelog

Changelog
Version Description
WP-2.3.1 Introduced.