Changeset 58474 for branches/6.5/src/wp-includes/functions.php
- Timestamp:
- 06/24/2024 03:02:41 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.5/src/wp-includes/functions.php
r57707 r58474 6193 6193 } 6194 6194 6195 // Normalize path for Windows servers 6196 $file = wp_normalize_path( $file ); 6197 6195 6198 // `../` on its own is not allowed: 6196 6199 if ( '../' === $file ) {
Note: See TracChangeset
for help on using the changeset viewer.