git-svn-id: https://develop.svn.wordpress.org/trunk@3009 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2005-11-07 09:47:51 +00:00
parent 0cdc68d776
commit da3c5f47dc
3 changed files with 27 additions and 0 deletions
+1
View File
@@ -83,5 +83,6 @@ add_filter('the_author', 'ent2ncr', 8);
// Actions
add_action('publish_post', 'generic_ping');
add_action('wp_head', 'rsd_link');
?>
@@ -653,4 +653,8 @@ function the_weekday_date($before='',$after='') {
echo $the_weekday_date;
}
function rsd_link() {
echo '<link rel="EditURI" type="application/rsd+xml" title="RSD" href="' . get_bloginfo('url') . "/xmlrpc.php?rsd\" />\n";
}
?>