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/convertSmilies.php

    r55563 r57987  
    5656            ),
    5757            array(
    58                 '<strong style="here comes the sun :-D">and I say it\'s allright:D:D',
    59                 '<strong style="here comes the sun :-D">and I say it\'s allright:D:D',
     58                '<strong style="here comes the sun :-D">and I say it\'s alright:D:D',
     59                '<strong style="here comes the sun :-D">and I say it\'s alright:D:D',
    6060            ),
    6161            array(
     
    255255        }
    256256
    257         $orig_trans = $wpsmiliestrans; // Save original tranlations array.
     257        $orig_trans = $wpsmiliestrans; // Save original translations array.
    258258
    259259        $wpsmiliestrans = array(
Note: See TracChangeset for help on using the changeset viewer.