Changeset 9938
- Timestamp:
- 05/28/2020 06:03:07 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
r9937 r9938 547 547 548 548 foreach ( $build_files as $file ) { 549 $block_files[] = "/$stable_path/" . str_replace( "$base_dir/", '', $file);549 $block_files[] = "/$stable_path/" . ltrim( str_replace( "$base_dir/", '', $file ), '/' ); 550 550 } 551 551 }
Note: See TracChangeset
for help on using the changeset viewer.