Skip to content

Commit de4f128

Browse files
authored
Merge pull request #488 from wp-cli/regenerate-readme
2 parents 19c1410 + 395b3a1 commit de4f128

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,6 +1178,7 @@ These fields will be displayed by default for each theme:
11781178
* version
11791179
* update_version
11801180
* auto_update
1181+
* type
11811182

11821183
These fields are optionally available:
11831184

@@ -1190,9 +1191,9 @@ These fields are optionally available:
11901191

11911192
# List inactive themes.
11921193
$ wp theme list --status=inactive --format=csv
1193-
name,status,update,version,update_version,auto_update
1194-
twentyfourteen,inactive,none,3.8,,off
1195-
twentysixteen,inactive,available,3.0,3.1,off
1194+
name,status,update,version,update_version,auto_update,type
1195+
twentyfourteen,inactive,none,3.8,,off,classic
1196+
twentysixteen,inactive,available,3.0,3.1,off,classic
11961197

11971198

11981199

0 commit comments

Comments
 (0)