Make WordPress Core

Changeset 28908


Ignore:
Timestamp:
06/29/2014 10:26:59 PM (11 years ago)
Author:
wonderboymusic
Message:

Use includes_url() in wlwmanifest_link().

Props nacin.
See #14157.

File:
1 edited

Legend:

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

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