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:
@@ -426,7 +426,7 @@ class Theme_Upgrader extends WP_Upgrader {
|
||||
$this->update_count = count( $themes );
|
||||
$this->update_current = 0;
|
||||
foreach ( $themes as $theme ) {
|
||||
$this->update_current++;
|
||||
++$this->update_current;
|
||||
|
||||
$this->skin->theme_info = $this->theme_info( $theme );
|
||||
|
||||
@@ -768,5 +768,4 @@ class Theme_Upgrader extends WP_Upgrader {
|
||||
|
||||
return $theme;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user