Make WordPress Core

Changeset 56280 for branches/6.3


Ignore:
Timestamp:
07/21/2023 06:43:38 PM (3 years ago)
Author:
joedolson
Message:

Docs: Fix indentation issue in WP_REST_Global_Styles_Revisions_Controller class.

Follow-up to [56082].
Reviewed by joedolson.
Merges [56272] to the 6.3 branch.
See #57840, #58524.

Location:
branches/6.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.3

  • branches/6.3/src/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php

    r56275 r56280  
    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.