Changeset 3033
- Timestamp:
- 04/28/2016 04:02:05 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
r3027 r3033 59 59 exec( "find {$esc_directory} -type f -exec chmod 644 {} \;" ); 60 60 61 // Remove Mac resources forkfiles.62 exec( "find {$esc_directory} -name '__MACOSX' -exec rm -rf {} \;" );61 // Remove unwanted Mac files. 62 exec( "find {$esc_directory} \( -path '*/__MACOSX*' -o -path '*/.DS_Store' \) -delete" ); 63 63 64 64 return $directory;
Note: See TracChangeset
for help on using the changeset viewer.