Changeset 52640 for trunk/src/wp-includes/functions.php
- Timestamp:
- 01/25/2022 01:54:01 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r52628 r52640 2141 2141 } 2142 2142 2143 // Standardi se all paths to use '/'.2143 // Standardize all paths to use '/'. 2144 2144 $path = str_replace( '\\', '/', $path ); 2145 2145
Note: See TracChangeset
for help on using the changeset viewer.