Make WordPress Core

Ticket #46769: 46769.patch

File 46769.patch, 500 bytes (added by SaeedFard, 5 years ago)
  • wp-admin/includes/file.php

     
    12791279                        if ( ! $wp_filesystem->is_dir( $dir ) ) {
    12801280                                $needed_dirs[] = $dir;
    12811281                        } else {
    1282                                 break; // A folder exists, therefor, we dont need the check the levels below this
     1282                                break; // A folder exists, therefor, we don't need the check the levels below this
    12831283                        }
    12841284                }
    12851285        }