Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion includes/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ function extract( $filename, $dest_dir ) {
/**
* Creates a zip files with the provided files/folder to zip
*
* @param string $zip_files The name of the zip file
* @param string $zip_file The name of the zip file
* @param array $files_to_zip The files to include in the zip file
*
* @return void
Expand Down