Docs: Update link to MovableType documentation.
Props mujuonly. Fixes #58760. See #57840. Built from https://develop.svn.wordpress.org/trunk@56165 git-svn-id: http://core.svn.wordpress.org/trunk@55677 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bb8ad05161
commit
d116ced568
|
@ -6473,7 +6473,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
|||
|
||||
/*
|
||||
* MovableType API functions.
|
||||
* Specs on http://www.movabletype.org/docs/mtmanual_programmatic.html
|
||||
* Specs on https://movabletype.org/documentation/developer/objects/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.3-beta3-56164';
|
||||
$wp_version = '6.3-beta3-56165';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue