Changeset 6211 for branches/2.3/wp-includes/general-template.php
- Timestamp:
- 10/09/2007 09:09:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/wp-includes/general-template.php
r6148 r6211 828 828 function rsd_link() { 829 829 echo ' <link rel="EditURI" type="application/rsd+xml" title="RSD" href="' . get_bloginfo('wpurl') . "/xmlrpc.php?rsd\" />\n"; 830 } 831 832 function wlwmanifest_link() { 833 echo ' <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="' 834 . get_bloginfo('wpurl') . '/wp-includes/wlwmanifest.xml" /> '; 830 835 } 831 836
Note: See TracChangeset
for help on using the changeset viewer.