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

    r57892 r57987  
    150150        $this->assertTrue( wp_check_password( 'pass with new line', wp_hash_password( $password ) ) );
    151151
    152         $password = "pass with vertial tab o_O\x0B";
    153         $this->assertTrue( wp_check_password( 'pass with vertial tab o_O', wp_hash_password( $password ) ) );
     152        $password = "pass with vertical tab o_O\x0B";
     153        $this->assertTrue( wp_check_password( 'pass with vertical tab o_O', wp_hash_password( $password ) ) );
    154154    }
    155155
Note: See TracChangeset for help on using the changeset viewer.