Changeset 28905 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 06/29/2014 10:16:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r28785 r28905 2182 2182 */ 2183 2183 function 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"; 2186 2186 } 2187 2187
Note: See TracChangeset
for help on using the changeset viewer.