Changeset 53460
- Timestamp:
- 06/02/2022 03:29:26 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r53426 r53460 2133 2133 } 2134 2134 2135 return rtrim( $base, '/' ) . '/' . ltrim( $path, '/' );2135 return rtrim( $base, '/' ) . '/' . $path; 2136 2136 } 2137 2137
Note: See TracChangeset
for help on using the changeset viewer.