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/interactivity-api/wpInteractivityAPI.php

    r57841 r57987  
    550550     */
    551551    public function test_process_directives_doesnt_fail_with_unknown_directives() {
    552         $html           = '<div data-wp-uknown="">Text</div>';
     552        $html           = '<div data-wp-unknown="">Text</div>';
    553553        $processed_html = $this->interactivity->process_directives( $html );
    554554        $this->assertEquals( $html, $processed_html );
Note: See TracChangeset for help on using the changeset viewer.