Changes between Initial Version and Version 1 of Ticket #3335, comment 5
- Timestamp:
- 12/15/2017 02:59:21 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3335, comment 5
initial v1 1 What if the plugin includes both a 'Testing' file as well as 'Testing Test'? 1 Hey @dd32 2 3 What if the plugin includes both a 'Testing' file as well as 'Testing Test'? If there is a new checksum for the 'Testing' file the old one will be lost. 2 4 3 5 Maybe the `if ( isset( $skip_bad_files[ $file ] ) )` block should be moved inside the `if ( ! isset( $json_checksum_file->files[ $file ] ) )` block.