Make WordPress Core


Ignore:
Timestamp:
04/12/2024 05:45:23 PM (10 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/makeClickable.php

    r56547 r57987  
    257257            ),
    258258            'real world: (URL)...'                       => array(
    259                 'text'     => 'Some text followed by a bracketed link with a trailing elipsis (http://example.com)...',
    260                 'expected' => 'Some text followed by a bracketed link with a trailing elipsis (<a href="http://example.com" rel="nofollow">http://example.com</a>)...',
     259                'text'     => 'Some text followed by a bracketed link with a trailing ellipsis (http://example.com)...',
     260                'expected' => 'Some text followed by a bracketed link with a trailing ellipsis (<a href="http://example.com" rel="nofollow">http://example.com</a>)...',
    261261            ),
    262262            'real world: (here: URL)'                    => array(
Note: See TracChangeset for help on using the changeset viewer.