From dde7843f7e8c5b34f4609dc4ea5ddb07f0a64b74 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 28 Jun 2018 02:20:54 +0000 Subject: [PATCH] Docs: Fix typo in `Services_JSON` DocBlocks. Props sagarnasit. Fixes #44244. Built from https://develop.svn.wordpress.org/trunk@43325 git-svn-id: http://core.svn.wordpress.org/trunk@43153 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-json.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-includes/class-json.php b/wp-includes/class-json.php index 7f34d3fcab..93a353623d 100644 --- a/wp-includes/class-json.php +++ b/wp-includes/class-json.php @@ -252,7 +252,7 @@ class Services_JSON * * @param mixed $var any number, boolean, string, array, or object to be encoded. * see argument 1 to Services_JSON() above for array-parsing behavior. - * if var is a strng, note that encode() always expects it + * if var is a string, note that encode() always expects it * to be in ASCII or UTF-8 format! * * @return mixed JSON string representation of input var or an error if a problem occurs @@ -268,7 +268,7 @@ class Services_JSON * * @param mixed $var any number, boolean, string, array, or object to be encoded. * see argument 1 to Services_JSON() above for array-parsing behavior. - * if var is a strng, note that encode() always expects it + * if var is a string, note that encode() always expects it * to be in ASCII or UTF-8 format! * * @return mixed JSON string representation of input var or an error if a problem occurs @@ -289,7 +289,7 @@ class Services_JSON * * @param mixed $var any number, boolean, string, array, or object to be encoded. * see argument 1 to Services_JSON() above for array-parsing behavior. - * if var is a strng, note that encode() always expects it + * if var is a string, note that encode() always expects it * to be in ASCII or UTF-8 format! * * @return mixed JSON string representation of input var or an error if a problem occurs diff --git a/wp-includes/version.php b/wp-includes/version.php index 0aa7b028f7..dd0fad0e34 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43324'; +$wp_version = '5.0-alpha-43325'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.