Changeset 28908
- Timestamp:
- 06/29/2014 10:26:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r28905 r28908 2183 2183 function wlwmanifest_link() { 2184 2184 echo '<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="', 2185 get_bloginfo('wpurl'), '/', WPINC, '/wlwmanifest.xml" /> ', "\n";2185 includes_url( 'wlwmanifest.xml' ), '" /> ', "\n"; 2186 2186 } 2187 2187
Note: See TracChangeset
for help on using the changeset viewer.