Make WordPress Core

Changeset 60185


Ignore:
Timestamp:
04/25/2025 05:31:16 PM (16 months ago)
Author:
SergeyBiryukov
Message:

Docs: Correct parameter name in Spy_REST_Server::set_status().

Follow-up to [51960].

Props nareshbheda.
Fixes #63343.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/spy-rest-server.php

    r57133 r60185  
    5555         * Stores last set status.
    5656         *
    57          * @param int $code HTTP status.
     57         * @param int $status HTTP status.
    5858         */
    5959        public function set_status( $status ) {
Note: See TracChangeset for help on using the changeset viewer.