Make WordPress Core


Ignore:
Timestamp:
01/25/2022 01:54:01 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update spelling for inline comments in a few files.

Per the spelling and word choice documentation guidelines, American (US) spelling should be preferred.

Props mohadeseghasemi, subrataemfluence, rehanali, SergeyBiryukov.
Fixes #46837.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-rewrite.php

    r51518 r52640  
    11741174                    // Not matching a permalink so this is a lot simpler.
    11751175                } else {
    1176                     // Close the match and finalise the query.
     1176                    // Close the match and finalize the query.
    11771177                    $match .= '?$';
    11781178                    $query  = $index . '?' . $query;
Note: See TracChangeset for help on using the changeset viewer.