Changeset 6047
- Timestamp:
- 10/21/2017 02:19:34 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/zip/class-builder.php
r6042 r6047 167 167 function generate_checksums() { 168 168 // Only enable this for the `exploit-scanner` plugin for the time being. 169 if ( 'exploit-scanner' != $this->slug ) {169 if ( 'exploit-scanner' != $this->slug && 'test-plugin-3' != $this->slug ) { 170 170 return; 171 171 }
Note: See TracChangeset
for help on using the changeset viewer.