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