Changeset 6211
- Timestamp:
- 10/09/2007 09:09:49 PM (17 years ago)
- Location:
- branches/2.3/wp-includes
- Files:
-
- 2 edited
- 5 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/wp-includes/default-filters.php
r6183 r6211 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); -
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 -
branches/2.3/wp-includes/wlwmanifest.xml
r6192 r6211 10 10 <weblog> 11 11 <serviceName>WordPress</serviceName> 12 <imageUrl>images/wlw/ WpIcon.png</imageUrl>13 <watermarkImageUrl>images/wlw/ WpWatermark.png</watermarkImageUrl>12 <imageUrl>images/wlw/wp-icon.png</imageUrl> 13 <watermarkImageUrl>images/wlw/wp-watermark.png</watermarkImageUrl> 14 14 <homepageLinkText>View site</homepageLinkText> 15 15 <adminLinkText>Dashboard</adminLinkText> … … 30 30 <id>0</id> 31 31 <text>Manage Comments</text> 32 <imageUrl>images/wlw/ WpComments.png</imageUrl>32 <imageUrl>images/wlw/wp-comments.png</imageUrl> 33 33 <clickUrl> 34 34 <![CDATA[
Note: See TracChangeset
for help on using the changeset viewer.