Ticket #63403: 63403.patch
| File 63403.patch, 418 bytes (added by , 11 months ago) |
|---|
-
src/wp-includes/functions.php
diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 33b775e718..6105427f35 100644
a b function path_join( $base, $path ) { 2182 2182 * @return string Normalized path. 2183 2183 */ 2184 2184 function wp_normalize_path( $path ) { 2185 if ( ! $path ) { 2186 return $path; 2187 } 2188 2185 2189 $wrapper = ''; 2186 2190 2187 2191 if ( wp_is_stream( $path ) ) {