Skip to content

Commit 8ebddaf

Browse files
Copilotswissspidy
andcommitted
Update documentation for theme list command to include type field
Co-authored-by: swissspidy <[email protected]>
1 parent ea7caba commit 8ebddaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Theme_Command.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,7 @@ public function delete( $args, $assoc_args ) {
923923
* * version
924924
* * update_version
925925
* * auto_update
926+
* * type
926927
*
927928
* These fields are optionally available:
928929
*
@@ -935,7 +936,7 @@ public function delete( $args, $assoc_args ) {
935936
*
936937
* # List inactive themes.
937938
* $ wp theme list --status=inactive --format=csv
938-
* name,status,update,version,update_version,auto_update
939+
* name,status,update,version,update_version,auto_update,type
939940
* twentyfourteen,inactive,none,3.8,,off
940941
* twentysixteen,inactive,available,3.0,3.1,off
941942
*

0 commit comments

Comments
 (0)