Make WordPress Core


Ignore:
Timestamp:
01/10/2023 09:07:01 AM (2 years ago)
Author:
audrasjb
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/multisite/site.php

    r54864 r55043  
    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 );
Note: See TracChangeset for help on using the changeset viewer.