Changeset 59506
- Timestamp:
- 12/12/2024 10:21:21 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-pclzip.php
r57901 r59506 5715 5715 function PclZipUtilTranslateWinPath($p_path, $p_remove_disk_letter=true) 5716 5716 { 5717 if ( stristr(php_uname(), 'windows')) {5717 if (PHP_OS_FAMILY == 'Windows') { 5718 5718 // ----- Look for potential disk letter 5719 5719 if (($p_remove_disk_letter) && (($v_position = strpos($p_path, ':')) != false)) {
Note: See TracChangeset
for help on using the changeset viewer.