Make WordPress Core

Changeset 55043


Ignore:
Timestamp:
01/10/2023 09:07:01 AM (16 months 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.

Location:
trunk/tests/phpunit/tests
Files:
2 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 );
  • trunk/tests/phpunit/tests/query/vars.php

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