- Timestamp:
- 11/29/2022 03:49:49 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php
r54872 r54891 281 281 } 282 282 283 $skin = new Automatic_Upgrader_Skin ;283 $skin = new Automatic_Upgrader_Skin(); 284 284 $success = $skin->request_filesystem_credentials( false, ABSPATH ); 285 285 … … 314 314 require ABSPATH . WPINC . '/version.php'; // $wp_version; // x.y.z 315 315 316 $skin = new Automatic_Upgrader_Skin ;316 $skin = new Automatic_Upgrader_Skin(); 317 317 $success = $skin->request_filesystem_credentials( false, ABSPATH ); 318 318
Note: See TracChangeset
for help on using the changeset viewer.