- Timestamp:
- 09/14/2023 12:44:23 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
r56548 r56586 548 548 public function prepare_item_for_response( $item, $request ) { 549 549 // Restores the more descriptive, specific name for use within this method. 550 $post = $item; 550 $post = $item; 551 551 552 $GLOBALS['post'] = $post; 552 553
Note: See TracChangeset
for help on using the changeset viewer.