Make WordPress Core


Ignore:
Timestamp:
04/12/2024 05:45:23 PM (9 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/rest-api/rest-server.php

    r57623 r57987  
    20032003    /**
    20042004     * @ticket       50244
    2005      * @dataProvider data_batch_v1_optin
    2006      */
    2007     public function test_batch_v1_optin( $allow_batch, $allowed ) {
     2005     * @dataProvider data_batch_v1_opt_in
     2006     */
     2007    public function test_batch_v1_opt_in( $allow_batch, $allowed ) {
    20082008        $args = array(
    20092009            'methods'             => 'POST',
     
    20462046    }
    20472047
    2048     public function data_batch_v1_optin() {
     2048    public function data_batch_v1_opt_in() {
    20492049        return array(
    20502050            'missing'             => array( null, false ),
Note: See TracChangeset for help on using the changeset viewer.