Changeset 3527
- Timestamp:
- 06/22/2016 09:29:43 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r3509 r3527 228 228 // plugin is updated, ensure that everything is rebuilt. 229 229 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'; 231 231 } 232 232 }
Note: See TracChangeset
for help on using the changeset viewer.