Make WordPress Core

Changeset 61739


Ignore:
Timestamp:
02/25/2026 09:56:34 PM (10 days ago)
Author:
SergeyBiryukov
Message:

Docs: Correct parameter variable name in WP_REST_Icons_Controller.

Follow-up to [61674].

Props Soean, apermo.
See #64224.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-icons-controller.php

    r61674 r61739  
    7373     * Checks whether a given request has permission to read icons.
    7474     *
    75      * @param WP_REST_Request $_request Full details about the request.
     75     * @param WP_REST_Request $request Full details about the request.
    7676     * @return true|WP_Error True if the request has read access, WP_Error object otherwise.
    7777     */
Note: See TracChangeset for help on using the changeset viewer.