Changeset 10046 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
- Timestamp:
- 07/09/2020 08:50:58 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r10044 r10046 363 363 364 364 // Verify that the tag has files, falling back to trunk if not. 365 if ( ! SVN::ls( $stable_ tag) ) {365 if ( ! SVN::ls( $stable_url ) ) { 366 366 $svn_info = false; 367 367 }
Note: See TracChangeset
for help on using the changeset viewer.