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:
Scott Taylor 2014-06-29 22:27:15 +00:00
parent 53968da5e2
commit 9e2eb6aa62
1 changed files with 1 additions and 1 deletions

View File

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