Use includes_url() in wlwmanifest_link().
Props nacin. See #14157. Built from https://develop.svn.wordpress.org/trunk@28908 git-svn-id: http://core.svn.wordpress.org/trunk@28707 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user