Make WordPress Core


Ignore:
Timestamp:
07/19/2023 10:51:14 PM (14 months ago)
Author:
audrasjb
Message:

Docs: Fix indentation issue in WP_REST_Global_Styles_Revisions_Controller class.

Follow-up to [56082].

See #57840, #58524.

File:
1 edited

Legend:

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

    r56268 r56272  
    121121     *
    122122     * The bulk of the body is taken from WP_REST_Revisions_Controller->get_items,
    123         * but global styles does not require as many parameters.
    124         *
     123    * but global styles does not require as many parameters.
     124    *
    125125     * @since 6.3.0
    126126     *
     
    246246     * modified date for single post output.
    247247     *
    248      * Duplicate of WP_REST_Revisions_Controller::prepare_date_response
     248     * Duplicate of WP_REST_Revisions_Controller::prepare_date_response.
    249249     *
    250250     * @since 6.3.0
     
    442442
    443443    /**
    444      * Get the parent post, if the ID is valid.
    445      *
    446      * Duplicate of WP_REST_Revisions_Controller::get_parent
     444     * Gets the parent post, if the ID is valid.
     445     *
     446     * Duplicate of WP_REST_Revisions_Controller::get_parent.
    447447     *
    448448     * @since 6.3.0
Note: See TracChangeset for help on using the changeset viewer.