Ticket #47668: patch.diff
File patch.diff, 490 bytes (added by , 6 years ago) |
---|
-
src/wp-admin/includes/class-wp-filesystem-direct.php
564 564 $limit_file = false; 565 565 } 566 566 567 if ( ! $this->is_dir( $path ) || ! $this->is_readable( $ dir) ) {567 if ( ! $this->is_dir( $path ) || ! $this->is_readable( $path ) ) { 568 568 return false; 569 569 } 570 570