Changeset 58476 for branches/6.3/src/wp-includes/functions.php
- Timestamp:
- 06/24/2024 03:10:50 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3/src/wp-includes/functions.php
r56211 r58476 6042 6042 } 6043 6043 6044 // Normalize path for Windows servers 6045 $file = wp_normalize_path( $file ); 6046 6044 6047 // `../` on its own is not allowed: 6045 6048 if ( '../' === $file ) {
Note: See TracChangeset
for help on using the changeset viewer.