Changeset 58570
- Timestamp:
- 06/25/2024 02:17:48 PM (5 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r58470 r58570 6200 6200 } 6201 6201 6202 // Normalize path for Windows servers 6202 // Normalize path for Windows servers 6203 6203 $file = wp_normalize_path( $file ); 6204 6205 6204 6206 6205 6207 // `../` on its own is not allowed: -
trunk/tests/phpunit/tests/functions.php
r58049 r58570 1794 1794 * 1795 1795 * @ticket 42016 1796 1796 1797 * @dataProvider data_validate_file 1797 1798 * … … 1912 1913 array( 'C:/WINDOWS/system32' ), 1913 1914 2, 1915 1916 1917 1918 1919 1920 1921 1914 1922 ), 1915 1923
Note: See TracChangeset
for help on using the changeset viewer.