Changeset 56586 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php
- Timestamp:
- 09/14/2023 12:44:23 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php
r55234 r56586 194 194 public function prepare_item_for_response( $item, $request ) { 195 195 // Restores the more descriptive, specific name for use within this method. 196 $raw_pattern = $item; 196 $raw_pattern = $item; 197 197 198 $prepared_pattern = array( 198 199 'id' => absint( $raw_pattern->id ),
Note: See TracChangeset
for help on using the changeset viewer.