Changeset 6184
- Timestamp:
- 11/28/2017 12:48:47 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/zip/class-builder.php
r6114 r6184 169 169 */ 170 170 function generate_checksums() { 171 // Only enable this for the `exploit-scanner` plugin for the time being.172 if ( 'exploit-scanner' != $this->slug && 'test-plugin-3' != $this->slug ) {173 return;174 }175 176 171 // Don't create checksums for trunk. 177 172 if ( ! $this->stable_tag || ( 'trunk' == $this->version && 'trunk' != $this->stable_tag && '' != $this->stable_tag ) ) {
Note: See TracChangeset
for help on using the changeset viewer.