Ticket #10362: update-core-action.patch
| File update-core-action.patch, 375 bytes (added by joostdevalk, 4 years ago) |
|---|
-
wp-admin/includes/update-core.php
257 257 258 258 // Remove maintenance file, we're done. 259 259 $wp_filesystem->delete($maintenance_file); 260 261 do_action('update_core_finished'); 260 262 } 261 263 262 264 ?>