mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
wlwmanifest_link() should use the WPINC constant
Props wojtek.szkutnik See #14157. git-svn-id: https://develop.svn.wordpress.org/trunk@28905 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
48c145ee78
commit
acd2a45cc2
@ -2181,8 +2181,8 @@ function rsd_link() {
|
||||
* @since 2.3.1
|
||||
*/
|
||||
function wlwmanifest_link() {
|
||||
echo '<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="'
|
||||
. get_bloginfo('wpurl') . '/wp-includes/wlwmanifest.xml" /> ' . "\n";
|
||||
echo '<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="',
|
||||
get_bloginfo('wpurl'), '/', WPINC, '/wlwmanifest.xml" /> ', "\n";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user