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
This commit is contained in:
parent
2058cdd91f
commit
693b507de7
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue