Skip to content

Commit 563e34a

Browse files
committed
Don't include field by default
1 parent 4e3f60c commit 563e34a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Plugin_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ class Plugin_Command extends CommandWithUpgrade {
6767
'version',
6868
'update_version',
6969
'auto_update',
70-
'auto_update_indicated',
7170
);
7271

7372
public function __construct() {
@@ -1837,6 +1836,7 @@ public function delete( $args, $assoc_args ) {
18371836
* * requires_php
18381837
* * wporg_status
18391838
* * wporg_last_updated
1839+
* * auto_update_indicated
18401840
*
18411841
* ## EXAMPLES
18421842
*

src/Theme_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ class Theme_Command extends CommandWithUpgrade {
6363
'version',
6464
'update_version',
6565
'auto_update',
66-
'auto_update_indicated',
6766
'type',
6867
];
6968

@@ -991,6 +990,7 @@ public function delete( $args, $assoc_args ) {
991990
* * update_id
992991
* * title
993992
* * description
993+
* * auto_update_indicated
994994
*
995995
* ## EXAMPLES
996996
*

0 commit comments

Comments
 (0)