Changeset 3027
- Timestamp:
- 04/27/2016 07:11:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/tools/class-filesystem.php
r2994 r3027 59 59 exec( "find {$esc_directory} -type f -exec chmod 644 {} \;" ); 60 60 61 // Remove Mac resources fork files. 62 exec( "find {$esc_directory} -name '__MACOSX' -exec rm -rf {} \;" ); 63 61 64 return $directory; 62 65 }
Note: See TracChangeset
for help on using the changeset viewer.