- Timestamp:
- 04/05/2021 10:36:17 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php
r49936 r50657 780 780 } 781 781 782 if ( $limit_file && $struc['name'] != $limit_file ) {782 if ( $limit_file && $struc['name'] !== $limit_file ) { 783 783 continue; 784 784 }
Note: See TracChangeset
for help on using the changeset viewer.