Make WordPress Core


Ignore:
Timestamp:
05/19/2023 01:25:49 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix a few more typos in DocBlocks and inline comments.

Follow-up to [6779], [10565], [12023], [25224], [27533], [32806], [34777], [45262], [46594], [55823], [55824].

Props Presskopp.
See #57840.

File:
1 edited

Legend:

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

    r55822 r55827  
    13781378    }
    13791379
    1380     // Check for a edge-case affecting PHP Maths abilities.
     1380    // Check for an edge-case affecting PHP Maths abilities.
    13811381    if (
    13821382        ! extension_loaded( 'sodium' ) &&
Note: See TracChangeset for help on using the changeset viewer.