Changeset 58483 for branches/5.9/src/wp-includes/functions.php
- Timestamp:
- 06/24/2024 03:23:25 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9/src/wp-includes/functions.php
r54545 r58483 5905 5905 } 5906 5906 5907 // Normalize path for Windows servers 5908 $file = wp_normalize_path( $file ); 5909 5907 5910 // `../` on its own is not allowed: 5908 5911 if ( '../' === $file ) {
Note: See TracChangeset
for help on using the changeset viewer.