Changeset 10208
- Timestamp:
- 08/26/2020 07:06:08 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-status-transitions.php
r10124 r10208 208 208 // Create SVN repo. 209 209 $dir = Filesystem::temp_directory( $post->post_name ); 210 foreach ( array( 'assets', ' branches', 'tags', 'trunk' ) as $folder ) {210 foreach ( array( 'assets', 'tags', 'trunk' ) as $folder ) { 211 211 mkdir( "$dir/$folder", 0777 ); 212 212 }
Note: See TracChangeset
for help on using the changeset viewer.