Changeset 45816
- Timestamp:
- 08/16/2019 12:20:58 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r45739 r45816 2951 2951 */ 2952 2952 function wlwmanifest_link() { 2953 echo '<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="', 2954 includes_url( 'wlwmanifest.xml' ), '" /> ', "\n"; 2953 echo '<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="' . includes_url( 'wlwmanifest.xml' ) . '" /> ' . "\n"; 2955 2954 } 2956 2955
Note: See TracChangeset
for help on using the changeset viewer.