Changeset 60655 for trunk/src/wp-includes/IXR/class-IXR-server.php
- Timestamp:
- 08/21/2025 02:58:19 PM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/IXR/class-IXR-server.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/IXR/class-IXR-server.php
r50954 r60655 162 162 $this->capabilities = array( 163 163 'xmlrpc' => array( 164 'specUrl' => 'http ://www.xmlrpc.com/spec',164 'specUrl' => 'https://xmlrpc.com/spec.md', 165 165 'specVersion' => 1 166 166 ), 167 167 'faults_interop' => array( 168 'specUrl' => 'http ://xmlrpc-epi.sourceforge.net/specs/rfc.fault_codes.php',168 'specUrl' => 'https://web.archive.org/web/20240416231938/https://xmlrpc-epi.sourceforge.net/specs/rfc.fault_codes.php', 169 169 'specVersion' => 20010516 170 170 ), 171 171 'system.multicall' => array( 172 'specUrl' => 'http ://www.xmlrpc.com/discuss/msgReader$1208',172 'specUrl' => 'https://web.archive.org/web/20060624230303/http://www.xmlrpc.com/discuss/msgReader$1208?mode=topic', 173 173 'specVersion' => 1 174 174 ),
Note: See TracChangeset
for help on using the changeset viewer.