Make WordPress Core


Ignore:
Timestamp:
10/11/2023 07:03:04 AM (21 months ago)
Author:
costdev
Message:

Docs: Use US spelling and correct a typing mistake.

This changes two inline comments and a docblock so that they use US spelling as advised by the Core Handbook's Best Practices. A typing mistake is also corrected.

Reference:

Follow-up to [18632], [38120], [44954].

Props kebbet, mukesh27.
See #58833.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/file.php

    r56752 r56825  
    12671267    }
    12681268
    1269     // Perform signature valiation if supported.
     1269    // Perform signature validation if supported.
    12701270    if ( $signature_verification ) {
    12711271        $signature = wp_remote_retrieve_header( $response, 'X-Content-Signature' );
Note: See TracChangeset for help on using the changeset viewer.