Changeset 42804
- Timestamp:
- 03/08/2018 07:44:10 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/functions.php
r42571 r42804 1616 1616 // We need to find the permissions of the parent folder that exists and inherit that. 1617 1617 $target_parent = dirname( $target ); 1618 while ( '.' != $target_parent && ! is_dir( $target_parent ) ) {1618 while ( '.' != $target_parent && ! is_dir( $target_parent ) && dirname( $target_parent ) !== $target_parent ) { 1619 1619 $target_parent = dirname( $target_parent ); 1620 1620 }
Note: See TracChangeset
for help on using the changeset viewer.