diff --git a/src/xmlrpc.php b/src/xmlrpc.php
index 341a6dc84d..29254f551f 100644
a
|
b
|
if ( isset( $_GET['rsd'] ) ) { // http://cyber.law.harvard.edu/blogs/gems/tech/r |
34 | 34 | header( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), true ); |
35 | 35 | echo '<?xml version="1.0" encoding="' . get_option( 'blog_charset' ) . '"?' . '>'; |
36 | 36 | ?> |
37 | | <rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd"> |
| 37 | <rsd version="1.0" xmlns="https://archipelago.phrasewise.com/rsd"> |
38 | 38 | <service> |
39 | 39 | <engineName>WordPress</engineName> |
40 | 40 | <engineLink>https://wordpress.org/</engineLink> |