Ticket #2349: rsd.patch
| File rsd.patch, 541 bytes (added by , 20 years ago) |
|---|
-
wp-includes/template-functions-general.php
=== wp-includes/template-functions-general.php ==================================================================
700 700 } 701 701 702 702 function rsd_link() { 703 echo '<link rel="EditURI" type="application/rsd+xml" title="RSD" href="' . get_bloginfo(' url') . "/xmlrpc.php?rsd\" />\n";703 echo '<link rel="EditURI" type="application/rsd+xml" title="RSD" href="' . get_bloginfo('wpurl') . "/xmlrpc.php?rsd\" />\n"; 704 704 } 705 705 706 706 ?>