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

    r56548 r57987  
    259259     * @covers ::sanitize_url
    260260     */
    261     public function test_invalid_charaters() {
     261    public function test_invalid_characters() {
    262262        $this->assertEmpty( sanitize_url( '"^<>{}`' ) );
    263263    }
Note: See TracChangeset for help on using the changeset viewer.