Changes between Initial Version and Version 1 of Ticket #51857, comment 113
- Timestamp:
- 09/06/2021 02:06:56 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51857, comment 113
initial v1 8 8 {{{$available_space = ! in_array( 'disk_free_space', $disabled, true ) ? (int) disk_free_space( WP_CONTENT_DIR . '/upgrade/' ) : false;}}} 9 9 10 Currently testing in https://github.com/WordPress/rollback-update-failure/ tree/develop10 Currently testing in https://github.com/WordPress/rollback-update-failure/