Changeset 48698 for branches/5.5/src/wp-includes/update.php
- Timestamp:
- 07/30/2020 10:02:54 PM (5 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/src/wp-includes/update.php
r48344 r48698 622 622 if ( is_array( $response ) ) { 623 623 $new_update->response = $response['themes']; 624 $new_update->no_update = $response['no_update']; 624 625 $new_update->translations = $response['translations']; 625 626 }
Note: See TracChangeset
for help on using the changeset viewer.