Changeset 56272
- Timestamp:
- 07/19/2023 10:51:14 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php
r56268 r56272 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.