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/rest-api/rest-global-styles-revisions-controller.php

    r57628 r57987  
    591591     * Tests that the default query should fetch all revisions.
    592592     *
    593      * Duplicate of WP_Test_REST_Revisions_Controller::test_get_items_default_query_should_fetch_all_revisons
    594      *
    595      * @ticket 58524
    596      *
    597      * @covers WP_REST_Global_Styles_Controller::get_items
    598      */
    599     public function test_get_items_default_query_should_fetch_all_revisons() {
     593     * Duplicate of WP_Test_REST_Revisions_Controller::test_get_items_default_query_should_fetch_all_revisions
     594     *
     595     * @ticket 58524
     596     *
     597     * @covers WP_REST_Global_Styles_Controller::get_items
     598     */
     599    public function test_get_items_default_query_should_fetch_all_revisions() {
    600600        wp_set_current_user( self::$admin_id );
    601601
Note: See TracChangeset for help on using the changeset viewer.