wlwmanifest_link()
Displays the link to the Windows Live Writer manifest file.
Contents
Source
File: wp-includes/general-template.php
.
View all references
function wlwmanifest_link() {
printf(
'<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="%s" />' . "\n",
includes_url( 'wlwmanifest.xml' )
);
}
Changelog
Version | Description |
---|---|
2.3.1 | Introduced. |