- Timestamp:
- 07/10/2023 10:58:33 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-request.php
r55988 r56193 474 474 $params = array(); 475 475 foreach ( $order as $type ) { 476 // array_merge() / the "+" operator will mess up 477 // numeric keys, so instead do a manual foreach. 476 /* 477 * array_merge() / the "+" operator will mess up 478 * numeric keys, so instead do a manual foreach. 479 */ 478 480 foreach ( (array) $this->params[ $type ] as $key => $value ) { 479 481 $params[ $key ] = $value;
Note: See TracChangeset
for help on using the changeset viewer.