Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
xmlrpc-v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kraity authored Aug 6, 2020
1 parent 16f8ea2 commit 02a891b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions XmlRpc.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ public function NbGetManifest($v)
}

/**
* 静态经清单
* 静态清单
* @return array
*/
public static function NbGetManifestStatic()
{
return array(
"engineName" => "typecho",
"versionCode" => 13,
"versionName" => "2.2"
"versionCode" => 14,
"versionName" => "2.3"
);
}

Expand Down
4 changes: 2 additions & 2 deletions class-wp-xmlrpc-server.php
Original file line number Diff line number Diff line change
Expand Up @@ -7234,8 +7234,8 @@ public function NbGetManifest($args)
{
return array(
"engineName" => "wordpress",
"versionCode" => 13,
"versionName" => "2.2",
"versionCode" => 14,
"versionName" => "2.3",
"manifest" => $args[0]
);
}
Expand Down

0 comments on commit 02a891b

Please sign in to comment.