From 693b507de722b21083b99806f58f14492b3073c3 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 10 Jan 2023 09:09:13 +0000 Subject: [PATCH] Docs: Align spelling with American English. This changeset updates the use of "-ise" suffix to American English "-ize" in docblocks. Follow-up to [54663], [54664]. Props ironprogrammer, costdev. See #56811, #56792. Built from https://develop.svn.wordpress.org/trunk@55043 git-svn-id: http://core.svn.wordpress.org/trunk@54576 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 3aec4db3be..3ba5220378 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55042'; +$wp_version = '6.2-alpha-55043'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.