Make WordPress Core


Ignore:
Timestamp:
04/12/2024 05:45:23 PM (8 months ago)
Author:
swissspidy
Message:

Docs: Fix various typos and spelling mistakes.

Props swissspidy, jucaduca, sergeybiryukov.
See #60699.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/formatting/sanitizeTextField.php

    r57368 r57987  
    104104            array(
    105105                '%AB%BC%DE', // Just octets.
    106                 '',          // Emtpy as we strip all the octets out.
     106                '',          // Empty as we strip all the octets out.
    107107            ),
    108108            array(
    109                 'Invalid octects remain %II',
    110                 'Invalid octects remain %II',
     109                'Invalid octets remain %II',
     110                'Invalid octets remain %II',
    111111            ),
    112112            array(
    113                 'Nested octects %%%ABABAB %A%A%ABBB',
    114                 'Nested octects',
     113                'Nested octets %%%ABABAB %A%A%ABBB',
     114                'Nested octets',
    115115            ),
    116116            array(
Note: See TracChangeset for help on using the changeset viewer.