- Timestamp:
- 10/02/2023 11:25:35 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php
r56248 r56753 634 634 * @return WP_REST_Response Response object. 635 635 */ 636 public function prepare_item_for_response( $item, $request ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable636 public function prepare_item_for_response( $item, $request ) { 637 637 // Restores the more descriptive, specific name for use within this method. 638 638 $template = $item;
Note: See TracChangeset
for help on using the changeset viewer.