Make WordPress Core

Ticket #57111: 57111.2.patch

File 57111.2.patch, 633 bytes (added by madhusudan1825, 2 years ago)

This is the updated patch file

  • src/xmlrpc.php

    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 
    3434        header( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), true );
    3535        echo '<?xml version="1.0" encoding="' . get_option( 'blog_charset' ) . '"?' . '>';
    3636        ?>
    37 <rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd">
     37<rsd version="1.0" xmlns="https://archipelago.phrasewise.com/rsd">
    3838        <service>
    3939                <engineName>WordPress</engineName>
    4040                <engineLink>https://wordpress.org/</engineLink>