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/pomo/po.php

    r51919 r52640  
    172172            }
    173173
    174             // Standardise the line endings on imported content, technically PO files shouldn't contain \r.
     174            // Standardize the line endings on imported content, technically PO files shouldn't contain \r.
    175175            $unpoified = str_replace( array( "\r\n", "\r" ), "\n", $unpoified );
    176176
Note: See TracChangeset for help on using the changeset viewer.