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:
parent
0a3e448168
commit
0b1a0b39fd
@ -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";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user