Changeset 26927
- Timestamp:
- 01/08/2014 11:17:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8/src/wp-includes/functions.php
r26851 r26927 1379 1379 1380 1380 // If a umask is set that modifies $dir_perms, we'll have to re-set the $dir_perms correctly with chmod() 1381 if ( $dir_perms != $dir_perms & ~umask() ) {1381 if ( $dir_perms != ( $dir_perms & ~umask() ) ) { 1382 1382 $folder_parts = explode( '/', substr( $target, strlen( $target_parent ) + 1 ) ); 1383 1383 for ( $i = 1; $i <= count( $folder_parts ); $i++ ) {
Note: See TracChangeset
for help on using the changeset viewer.