Make WordPress Core


Ignore:
Timestamp:
04/12/2024 05:45:23 PM (2 years 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/post/wpAfterInsertPost.php

    r55210 r57987  
    167167         * @ticket 45114
    168168         */
    169         public function test_update_via_rest_contoller() {
     169        public function test_update_via_rest_controller() {
    170170                wp_set_current_user( self::$admin_id );
    171171                $post_id = self::$post_id;
     
    185185         * @ticket 45114
    186186         */
    187         public function test_new_post_via_rest_contoller() {
     187        public function test_new_post_via_rest_controller() {
    188188                wp_set_current_user( self::$admin_id );
    189189
     
    207207         * @ticket 45114
    208208         */
    209         public function test_update_attachment_via_rest_contoller() {
     209        public function test_update_attachment_via_rest_controller() {
    210210                wp_set_current_user( self::$admin_id );
    211211                $attachment_id = self::$attachment_id;
Note: See TracChangeset for help on using the changeset viewer.