Changeset 58481 for branches/6.0/src/wp-includes/functions.php
- Timestamp:
- 06/24/2024 03:17:32 PM (20 months ago)
- File:
-
- 1 edited
-
branches/6.0/src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0/src/wp-includes/functions.php
r54532 r58481 5961 5961 } 5962 5962 5963 // Normalize path for Windows servers 5964 $file = wp_normalize_path( $file ); 5965 5963 5966 // `../` on its own is not allowed: 5964 5967 if ( '../' === $file ) {
Note: See TracChangeset
for help on using the changeset viewer.