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/blocks/wpBlockType.php

    r57315 r57987  
    307307     */
    308308    public function test_has_block_with_invalid_content() {
    309         // some content with invalid HMTL comments and a single valid block.
     309        // some content with invalid HTML comments and a single valid block.
    310310        $invalid_content = 'before' .
    311311        '<!- - wp:core/weird-space --><!-- /wp:core/weird-space -->' .
Note: See TracChangeset for help on using the changeset viewer.