- Timestamp:
- 05/10/2017 04:31:28 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
r40063 r40601 339 339 */ 340 340 public function prepare_item_for_response( $post, $request ) { 341 $GLOBALS['post'] = $post; 342 343 setup_postdata( $post ); 341 344 342 345 $schema = $this->get_item_schema();
Note: See TracChangeset
for help on using the changeset viewer.