IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
diff --git a/wp-includes/functions.php b/wp-includes/functions.php
a
|
b
|
|
7734 | 7734 | $path = untrailingslashit( $path ); |
7735 | 7735 | unset( $directory_cache[ $path ] ); |
7736 | 7736 | |
7737 | | while ( DIRECTORY_SEPARATOR !== $path && '.' !== $path && '..' !== $path ) { |
| 7737 | while ( DIRECTORY_SEPARATOR !== $path && $path[ 0 ] . ':' . DIRECTORY_SEPARATOR !== $path && '.' !== $path && '..' !== $path ) { |
7738 | 7738 | $path = dirname( $path ); |
7739 | 7739 | unset( $directory_cache[ $path ] ); |
7740 | 7740 | } |