Changeset 12977
- Timestamp:
- 11/22/2023 07:21:12 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r12975 r12977 572 572 573 573 if ( ! $svn_info || ! $svn_info['result'] ) { 574 $stable_tag = 'trunk'; 575 $stable_url = self::PLUGIN_SVN_BASE . "/{$plugin_slug}/trunk"; 576 $svn_info = SVN::info( $stable_url ); 577 } 578 579 if ( ! $svn_info['result'] ) { 574 580 throw new Exception( 'Could not find stable SVN URL: ' . implode( ' ', reset( $svn_info['errors'] ) ) ); 575 581 }
Note: See TracChangeset
for help on using the changeset viewer.