Use includes_url() in wlwmanifest_link().

Props nacin.
See #14157.


git-svn-id: https://develop.svn.wordpress.org/trunk@28908 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-06-29 22:26:59 +00:00
parent 0a3e448168
commit 0b1a0b39fd

View File

@ -2182,7 +2182,7 @@ function rsd_link() {
*/
function wlwmanifest_link() {
echo '<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="',
get_bloginfo('wpurl'), '/', WPINC, '/wlwmanifest.xml" /> ', "\n";
includes_url( 'wlwmanifest.xml' ), '" /> ', "\n";
}
/**