Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #3335, comment 5


Ignore:
Timestamp:
12/15/2017 02:59:21 AM (6 years ago)
Author:
krisshannon
Comment:

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'?
     1Hey @dd32
     2
     3What 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.
    24
    35Maybe the `if ( isset( $skip_bad_files[ $file ] ) )` block should be moved inside the `if ( ! isset( $json_checksum_file->files[ $file ] ) )` block.