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:
Scott Taylor 2014-06-29 22:16:52 +00:00
parent 48c145ee78
commit acd2a45cc2

View File

@ -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";
}
/**