mirror of
https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2025-10-03 16:20:58 +08:00
Update von-sys-updater.php
This commit is contained in:
parent
f0d7e04b83
commit
31c9e06df3
1 changed files with 2 additions and 2 deletions
|
@ -102,10 +102,10 @@ function wp_plugin_updater_check_plugin_updates()
|
|||
} else {
|
||||
// Delete the plugin zip file
|
||||
unlink($plugin_zip_file);
|
||||
error_log("$plugin_slug updated");
|
||||
error_log("$plugin_slug : Was updated");
|
||||
}
|
||||
} else {
|
||||
error_log("$plugin_slug : has no updates");
|
||||
error_log("$plugin_slug : Is up-to-date");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue