Changeset 14732
- Timestamp:
- 03/19/2026 02:02:27 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/tools/class-filesystem.php
r13136 r14732 64 64 // Unzip it into the plugin directory. 65 65 exec( "unzip -DD {$esc_zip_file} -d {$esc_directory}" ); 66 67 // Remove symlinks. 68 exec( "find {$esc_directory} -type l -delete" ); 66 69 67 70 // Fix any permissions issues with the files. Sets 755 on directories, 644 on files.
Note: See TracChangeset
for help on using the changeset viewer.