Make WordPress Core


Ignore:
Timestamp:
08/21/2025 02:58:19 PM (9 months ago)
Author:
SergeyBiryukov
Message:

XML-RPC: Update specUrl links in IXR_Server and IXR_IntrospectionServer.

As the original URLs are no longer accessible, this commit uses the latest available copy of the corresponding documentation from the Wayback Machine.

Follow-up to [1346], [56167].

Props mayur8991, panchalhimani711, SergeyBiryukov.
Fixes #63848.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/IXR/class-IXR-introspectionserver.php

    r42201 r60655  
    2020        $this->setCapabilities();
    2121        $this->capabilities['introspection'] = array(
    22             'specUrl' => 'http://xmlrpc.usefulinc.com/doc/reserved.html',
     22            'specUrl' => 'https://web.archive.org/web/20050404090342/http://xmlrpc.usefulinc.com/doc/reserved.html',
    2323            'specVersion' => 1
    2424        );
Note: See TracChangeset for help on using the changeset viewer.