Make WordPress Core


Ignore:
Timestamp:
01/15/2010 10:11:12 PM (15 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/file.php

    r12723 r12733  
    156156    if  ( function_exists('sys_get_temp_dir') )
    157157        return trailingslashit(sys_get_temp_dir());
    158    
     158
    159159    $temp = ini_get('upload_tmp_dir');
    160160    if ( is_dir($temp) ) // always writable
Note: See TracChangeset for help on using the changeset viewer.