Make WordPress Core


Ignore:
Timestamp:
04/12/2024 05:45:23 PM (6 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/xmlrpc/wp/newComment.php

    r52389 r57987  
    271271     * @param string $post_key      Post identifier from the self::$posts array.
    272272     * @param string $username      Username leaving comment.
    273      * @param bool   $expected      Expected result. True: successfull comment. False: Refused comment.
     273     * @param bool   $expected      Expected result. True: successful comment. False: Refused comment.
    274274     * @param string $anon_callback Optional. Allow anonymous comment callback. Default __return_false.
    275275     */
     
    305305     *     @type string Post identifier from the self::$posts array.
    306306     *     @type string Username leaving comment.
    307      *     @type bool   Expected result. True: successfull comment. False: Refused comment.
     307     *     @type bool   Expected result. True: successful comment. False: Refused comment.
    308308     *     @type string Optional. Allow anonymous comment callback. Default __return_false.
    309309     * }
Note: See TracChangeset for help on using the changeset viewer.