From 5cb984d3718fbe84aa0ca21709a66275fc64cd68 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 28 Mar 2019 16:53:51 +0000 Subject: [PATCH] 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 --- wp-includes/IXR/class-IXR-message.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/IXR/class-IXR-message.php b/wp-includes/IXR/class-IXR-message.php index 013eae399a..6b8cd5a0fa 100644 --- a/wp-includes/IXR/class-IXR-message.php +++ b/wp-includes/IXR/class-IXR-message.php @@ -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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index cb97dcdf13..556899befa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.