Changeset 41289 for trunk/tests/phpunit/includes/mock-fs.php
- Timestamp:
- 08/22/2017 11:51:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/mock-fs.php
r26246 r41289 26 26 $folder = $this->find_folder( $path ); 27 27 28 // Perhaps the FTP folder is rooted at the WordPress install , Check for wp-includes folder in root, Could have some false positives, but rare.28 // Perhaps the FTP folder is rooted at the WordPress installation, Check for wp-includes folder in root, Could have some false positives, but rare. 29 29 if ( ! $folder && $this->is_dir('/wp-includes') ) 30 30 $folder = '/';
Note: See TracChangeset
for help on using the changeset viewer.