Make WordPress Core


Ignore:
Timestamp:
04/12/2024 05:45:23 PM (8 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/multisite/site.php

    r56549 r57987  
    845845         * @param string $option         The option name.
    846846         * @param string $original_value The original value passed to the function.
    847          * @return string The orginal value.
     847         * @return string The original value.
    848848         */
    849849        public function filter_allow_unavailable_languages( $value, $option, $original_value ) {
     
    21502150         * Tests whether all expected meta are provided in deprecated `wpmu_new_blog` action.
    21512151         *
    2152          * @dataProvider data_wpmu_new_blog_action_backward_commpatible
     2152         * @dataProvider data_wpmu_new_blog_action_backward_compatible
    21532153         *
    21542154         * @ticket 46351
     
    22152215        }
    22162216
    2217         public function data_wpmu_new_blog_action_backward_commpatible() {
     2217        public function data_wpmu_new_blog_action_backward_compatible() {
    22182218            return array(
    22192219                'default values' => array(
Note: See TracChangeset for help on using the changeset viewer.