Changes between Initial Version and Version 1 of Ticket #23175, comment 1
- Timestamp:
- 01/14/2013 03:19:12 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23175, comment 1
initial v1 1 I've reviewed all the instances of `get_home_path()` in core to make both types of slashes are allowed there (since it currently returns both types anyway).1 I've reviewed all the instances of `get_home_path()` in core to make sure both types of slashes are allowed there (since it currently returns both types anyway). 2 2 3 3 It's mostly used in `file_exists()` and `win_is_writable()` checks, which is fine.