Changeset 10294
- Timestamp:
- 09/29/2020 01:39:16 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-themes-api.php
r10243 r10294 430 430 } 431 431 432 $this->request->fields = (array) $this->request->fields ?? [];432 $this->request->fields = (array) ( $this->request->fields ?? [] ); 433 433 434 434 $this->fields = array_merge( $this->fields, $defaults, (array) $this->request->fields ); … … 495 495 } 496 496 497 $this->request->fields = (array) $this->request->fields ?? [];497 $this->request->fields = (array) ( $this->request->fields ?? [] ); 498 498 499 499 $this->fields = array_merge( $this->fields, $defaults, $this->request->fields );
Note: See TracChangeset
for help on using the changeset viewer.