Changeset 24995
- Timestamp:
- 08/06/2013 05:39:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r24917 r24995 1425 1425 1426 1426 $temp = ini_get('upload_tmp_dir'); 1427 if ( is_dir( $temp ) && wp_is_writable( $temp ) )1427 if ( @is_dir( $temp ) && wp_is_writable( $temp ) ) 1428 1428 return trailingslashit( rtrim( $temp, '\\' ) ); 1429 1429
Note: See TracChangeset
for help on using the changeset viewer.