Docs: Fix typo in `xmlrpc_chunk_parsing_size` filter description.
Props lord_viper. Fixes #46701. Built from https://develop.svn.wordpress.org/trunk@45054 git-svn-id: http://core.svn.wordpress.org/trunk@44863 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
774ac73a1f
commit
5cb984d371
|
@ -101,7 +101,7 @@ class IXR_Message
|
|||
$chunk_size = 262144;
|
||||
|
||||
/**
|
||||
* Filters the chunk size that can be used to parse an XML-RPC reponse message.
|
||||
* Filters the chunk size that can be used to parse an XML-RPC response message.
|
||||
*
|
||||
* @since 4.4.0
|
||||
*
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.2-beta1-45053';
|
||||
$wp_version = '5.2-beta1-45054';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue