Make WordPress Core


Ignore:
Timestamp:
06/29/2014 10:16:52 PM (10 years ago)
Author:
wonderboymusic
Message:

wlwmanifest_link() should use the WPINC constant

Props wojtek.szkutnik
See #14157.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r28785 r28905  
    21822182 */
    21832183function wlwmanifest_link() {
    2184     echo '<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="'
    2185         . get_bloginfo('wpurl') . '/wp-includes/wlwmanifest.xml" /> ' . "\n";
     2184    echo '<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="',
     2185        get_bloginfo('wpurl'), '/', WPINC, '/wlwmanifest.xml" /> ', "\n";
    21862186}
    21872187
Note: See TracChangeset for help on using the changeset viewer.