Skip to content

Commit 364b768

Browse files
committed
add update_version field to theme command
1 parent 253caf9 commit 364b768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Theme_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Theme_Command extends CommandWithUpgrade {
4949
protected $upgrade_refresh = 'wp_update_themes';
5050
protected $upgrade_transient = 'update_themes';
5151

52-
protected $obj_fields = [ 'name', 'status', 'update', 'version' ];
52+
protected $obj_fields = [ 'name', 'status', 'update', 'version', 'update_version' ];
5353

5454
public function __construct() {
5555
if ( is_multisite() ) {

0 commit comments

Comments
 (0)