Skip to content

Commit 8f44c44

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@55043 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 50e9ae1 commit 8f44c44

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

tests/phpunit/tests/multisite/site.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2125,8 +2125,10 @@ public function test_wpmu_create_blog_cache_cleanup_backward_compatible() {
21252125

21262126
$blog_id = wpmu_create_blog( 'testsite1.example.org', '/test', 'test', 1, array( 'public' => 1 ), 2 );
21272127

2128-
// Should not hit blog_details cache initialised in $this->populate_options_callback tirggered during
2129-
// populate_options callback's call of get_blog_details.
2128+
/*
2129+
* Should not hit blog_details cache initialized in $this->populate_options_callback triggered during
2130+
* populate_options callback's call of get_blog_details.
2131+
*/
21302132
$this->assertSame( 'http://testsite1.example.org/test', get_blog_details( $blog_id )->siteurl );
21312133
$this->assertSame( 'http://testsite1.example.org/test', get_site( $blog_id )->siteurl );
21322134

tests/phpunit/tests/query/vars.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Tests_Query_Vars extends WP_UnitTestCase {
1414
public function testPublicQueryVarsAreAsExpected() {
1515
global $wp;
1616

17-
// Re-initialise any dynamically-added public query vars:
17+
// Re-initialize any dynamically-added public query vars:
1818
do_action( 'init' );
1919

2020
$this->assertSame(

0 commit comments

Comments
 (0)