Making WordPress.org

Changeset 6184


Ignore:
Timestamp:
11/28/2017 12:48:47 AM (7 years ago)
Author:
dd32
Message:

Plugin Directory: Enable checksum building for all plugins.

See #3192

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/zip/class-builder.php

    r6114 r6184  
    169169     */
    170170    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 
    176171        // Don't create checksums for trunk.
    177172        if ( ! $this->stable_tag || ( 'trunk' == $this->version && 'trunk' != $this->stable_tag && '' != $this->stable_tag ) ) {
Note: See TracChangeset for help on using the changeset viewer.