Changeset 56280
- Timestamp:
- 07/21/2023 06:43:38 PM (15 months ago)
- 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 121 121 * 122 122 * The bulk of the body is taken from WP_REST_Revisions_Controller->get_items, 123 124 123 * but global styles does not require as many parameters. 124 * 125 125 * @since 6.3.0 126 126 * … … 246 246 * modified date for single post output. 247 247 * 248 * Duplicate of WP_REST_Revisions_Controller::prepare_date_response 248 * Duplicate of WP_REST_Revisions_Controller::prepare_date_response. 249 249 * 250 250 * @since 6.3.0 … … 442 442 443 443 /** 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. 447 447 * 448 448 * @since 6.3.0
Note: See TracChangeset
for help on using the changeset viewer.