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:
parent
df35bf3ca9
commit
8ebb403282
|
@ -700,7 +700,7 @@ function the_weekday_date($before='',$after='') {
|
||||||
}
|
}
|
||||||
|
|
||||||
function rsd_link() {
|
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";
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue