Make WordPress Core


Ignore:
Timestamp:
04/12/2024 05:45:23 PM (11 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/interactivity-api/wpInteractivityAPIDirectivesProcessor.php

    r57649 r57987  
    422422        }
    423423
    424         // Test an upercase tag.
     424        // Test an uppercase tag.
    425425        $content = '<IMG src="example.jpg">';
    426426        $p       = new WP_Interactivity_API_Directives_Processor( $content );
     
    782782    /**
    783783     * Tests that skip_to_tag_closer skips to the next tag,
    784      * independant of the content.
     784     * independent of the content.
    785785     *
    786786     * @ticket 60517
Note: See TracChangeset for help on using the changeset viewer.