Making WordPress.org

Changeset 3527


Ignore:
Timestamp:
06/22/2016 09:29:43 AM (9 years ago)
Author:
dd32
Message:

Plugin Directory: Fix a variable typo which caused stable plugin zips not to be rebuilt upon commit.

See #1584

File:
1 edited

Legend:

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

    r3509 r3527  
    228228            // plugin is updated, ensure that everything is rebuilt.
    229229            if ( ! in_array( $stable_tag, $svn_changed_tags ) ) {
    230                 $rebuild_zips[] = "{$plugin_slug}" . ( 'trunk' == $tag ? '' : ".{$stable_tag}" ) . '.zip';
     230                $rebuild_zips[] = "{$plugin_slug}" . ( 'trunk' == $stable_tag ? '' : ".{$stable_tag}" ) . '.zip';
    231231            }
    232232        }
Note: See TracChangeset for help on using the changeset viewer.