mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-05 17:00:03 +00:00
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:
@@ -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