Changeset 45611 for trunk/src/wp-includes/class-wp-image-editor-gd.php
- Timestamp:
- 07/09/2019 05:44:42 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-image-editor-gd.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-gd.php
r45538 r45611 437 437 $stat = stat( dirname( $filename ) ); 438 438 $perms = $stat['mode'] & 0000666; //same permissions as parent folder, strip off the executable bits 439 @chmod( $filename, $perms );439 chmod( $filename, $perms ); 440 440 441 441 /**
Note: See TracChangeset
for help on using the changeset viewer.