Changeset 14810
- Timestamp:
- 05/23/2010 05:54:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-base.php
r13382 r14810 143 143 return trailingslashit(constant($constant)); 144 144 } elseif ( 'direct' == $this->method ) { 145 $folder = str_replace('\\', '/', $folder); //Windows path sanitiation 145 146 return trailingslashit($folder); 146 147 }
Note: See TracChangeset
for help on using the changeset viewer.