mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 06:29:30 +00:00
wlwmanifest_link()
should use the WPINC
constant
Props wojtek.szkutnik See #14157. Built from https://develop.svn.wordpress.org/trunk@28905 git-svn-id: http://core.svn.wordpress.org/trunk@28704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3d0a869a21
commit
8dd3c0e909
@ -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…
x
Reference in New Issue
Block a user