Ticket #46769: 46769.patch
File 46769.patch, 500 bytes (added by , 5 years ago) |
---|
-
wp-admin/includes/file.php
1279 1279 if ( ! $wp_filesystem->is_dir( $dir ) ) { 1280 1280 $needed_dirs[] = $dir; 1281 1281 } else { 1282 break; // A folder exists, therefor, we don t need the check the levels below this1282 break; // A folder exists, therefor, we don't need the check the levels below this 1283 1283 } 1284 1284 } 1285 1285 }