Changeset 11238 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
- Timestamp:
- 09/15/2021 07:15:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r10971 r11238 314 314 * @param string $plugin_slug The plugin slug. 315 315 * @param string $stable_tag The new stable tag. 316 * @param string $current_stable_tag The newstable tag.316 * @param string $current_stable_tag The current stable tag. 317 317 * @param array $svn_changed_tags The list of SVN tags modified since last import. 318 318 * @param string $svn_revision_triggered The SVN revision which triggered the rebuild. … … 333 333 if ( $plugin->release_confirmation ) { 334 334 foreach ( $versions_to_build as $i => $tag ) { 335 // Trunk should always be built, and will never be set as the stable tag when confirmations are enabled. 336 if ( 'trunk' === $tag ) { 337 continue; 338 } 339 335 340 $release = Plugin_Directory::get_release( $plugin, $tag ); 336 341
Note: See TracChangeset
for help on using the changeset viewer.