Changeset 6192
- Timestamp:
- 10/05/2007 05:29:34 PM (17 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 5 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r6182 r6192 137 137 // Actions 138 138 add_action('wp_head', 'rsd_link'); 139 add_action('wp_head', 'wlwmanifest_link'); 139 140 add_action('wp_head', 'locale_stylesheet'); 140 141 add_action('publish_future_post', 'wp_publish_post', 10, 1); -
trunk/wp-includes/general-template.php
r6180 r6192 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.