Merged in feature/81-dev-dev01 (pull request #5)
auto-patch 81-dev-dev01-2023-12-05T22_45_26 * auto-patch 81-dev-dev01-2023-12-05T22_45_26
This commit is contained in:
@@ -153,7 +153,7 @@ class Language_Pack_Upgrader extends WP_Upgrader {
|
||||
*
|
||||
* @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass.
|
||||
*
|
||||
* @param object[] $language_updates Optional. Array of language packs to update. @see wp_get_translation_updates().
|
||||
* @param object[] $language_updates Optional. Array of language packs to update. See {@see wp_get_translation_updates()}.
|
||||
* Default empty array.
|
||||
* @param array $args {
|
||||
* Other arguments for upgrading multiple language packs. Default empty array.
|
||||
@@ -238,7 +238,7 @@ class Language_Pack_Upgrader extends WP_Upgrader {
|
||||
$destination .= '/themes';
|
||||
}
|
||||
|
||||
$this->update_current++;
|
||||
++$this->update_current;
|
||||
|
||||
$options = array(
|
||||
'package' => $language_update->package,
|
||||
|
||||
Reference in New Issue
Block a user