Docs: Update link to MovableType docs (on Internet Archive).
Follow-up to [56165]. Props SergeyBiryukov. Fixes #58760. See #57840. Built from https://develop.svn.wordpress.org/trunk@56167 git-svn-id: http://core.svn.wordpress.org/trunk@55679 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3cd78aef84
commit
7d8fc9c519
|
@ -6473,7 +6473,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
|||
|
||||
/*
|
||||
* MovableType API functions.
|
||||
* Specs on https://movabletype.org/documentation/developer/objects/
|
||||
* Specs archive on http://web.archive.org/web/20050220091302/http://www.movabletype.org:80/docs/mtmanual_programmatic.html
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.3-beta3-56166';
|
||||
$wp_version = '6.3-beta3-56167';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue