Fix RSD link. Props Juergen. fixes #2349

git-svn-id: https://develop.svn.wordpress.org/trunk@3493 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-01-29 00:15:57 +00:00
parent df35bf3ca9
commit 8ebb403282
1 changed files with 1 additions and 1 deletions

View File

@ -700,7 +700,7 @@ function the_weekday_date($before='',$after='') {
}
function rsd_link() {
echo '<link rel="EditURI" type="application/rsd+xml" title="RSD" href="' . get_bloginfo('url') . "/xmlrpc.php?rsd\" />\n";
echo '<link rel="EditURI" type="application/rsd+xml" title="RSD" href="' . get_bloginfo('wpurl') . "/xmlrpc.php?rsd\" />\n";
}
?>