Update comment.

This commit is contained in:
budzanowski 2020-07-28 11:49:01 +02:00
parent ac501dea64
commit 57aeff0a71
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ class WC_Helper_Updater {
$locales = apply_filters( 'plugins_update_check_locales', $locales );
$locales = array_unique( $locales );
// No locales, means that the respone will be empty.
// No locales, the respone will be empty, we can return now.
if ( empty( $locales ) ) {
return array();
}