Changeset 16340 for trunk/wp-admin/includes/misc.php
- Timestamp:
- 11/13/2010 09:53:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/misc.php
r16298 r16340 577 577 */ 578 578 579 if ( $path {strlen($path)-1}== '/' ) // recursively return a temporary file path579 if ( $path[strlen($path)-1] == '/' ) // recursively return a temporary file path 580 580 return win_is_writable($path . uniqid(mt_rand()) . '.tmp'); 581 581 else if ( is_dir($path) )
Note: See TracChangeset
for help on using the changeset viewer.