Changeset 58475 for branches/6.4/src/wp-includes/functions.php
- Timestamp:
- 06/24/2024 03:08:05 PM (2 years ago)
- File:
-
- 1 edited
-
branches/6.4/src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4/src/wp-includes/functions.php
r57113 r58475 6146 6146 } 6147 6147 6148 // Normalize path for Windows servers 6149 $file = wp_normalize_path( $file ); 6150 6148 6151 // `../` on its own is not allowed: 6149 6152 if ( '../' === $file ) {
Note: See TracChangeset
for help on using the changeset viewer.