Make WordPress Core


Ignore:
Timestamp:
10/09/2007 09:09:49 PM (18 years ago)
Author:
ryan
Message:

wlw manifest from josephscott. fixes #5023 for 2.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/wp-includes/general-template.php

    r6148 r6211  
    828828function rsd_link() {
    829829    echo '  <link rel="EditURI" type="application/rsd+xml" title="RSD" href="' . get_bloginfo('wpurl') . "/xmlrpc.php?rsd\" />\n";
     830}
     831
     832function wlwmanifest_link() {
     833    echo ' <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="'
     834        . get_bloginfo('wpurl') . '/wp-includes/wlwmanifest.xml" /> ';
    830835}
    831836
Note: See TracChangeset for help on using the changeset viewer.