Comment adjustment
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 23 Aug 2010 01:55:16 +0000 (01:55 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 23 Aug 2010 01:55:16 +0000 (01:55 +0000)
includes/GlobalFunctions.php

index e342fd1..7152cf0 100644 (file)
@@ -2180,7 +2180,7 @@ function wfTempDir() {
        if( function_exists( 'sys_get_temp_dir' ) ) {
                return sys_get_temp_dir();
        }
-       # Hope this is Unix of some kind!
+       # Usual defaults
        return wfIsWindows() ? 'C:\Windows\Temp' : '/tmp';
 }