Changeset 58479 for branches/6.2/src/wp-includes/functions.php
- Timestamp:
- 06/24/2024 03:13:02 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2/src/wp-includes/functions.php
r55599 r58479 6002 6002 } 6003 6003 6004 // Normalize path for Windows servers 6005 $file = wp_normalize_path( $file ); 6006 6004 6007 // `../` on its own is not allowed: 6005 6008 if ( '../' === $file ) {
Note: See TracChangeset
for help on using the changeset viewer.