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-admin/includes/file.php

    r52610 r52640  
    13961396        // Allow for an old version of Sodium_Compat being loaded before the bundled WordPress one.
    13971397        if ( method_exists( 'ParagonIE_Sodium_Compat', 'runtime_speed_test' ) ) {
    1398             // Run `ParagonIE_Sodium_Compat::runtime_speed_test()` in optimized integer mode, as that's what WordPress utilises during signing verifications.
     1398            /*
     1399             * Run `ParagonIE_Sodium_Compat::runtime_speed_test()` in optimized integer mode,
     1400             * as that's what WordPress utilizes during signing verifications.
     1401             */
    13991402            // phpcs:disable WordPress.NamingConventions.ValidVariableName
    14001403            $old_fastMult                      = ParagonIE_Sodium_Compat::$fastMult;
Note: See TracChangeset for help on using the changeset viewer.