We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3022088 commit 8691d7aCopy full SHA for 8691d7a
features/taxonomy.feature
@@ -116,7 +116,7 @@ Feature: Manage WordPress taxonomies
116
Then STDOUT should be a table containing rows:
117
| name | label | description | object_type | show_tagcloud | hierarchical | public |
118
| category | Categories | | post | true | true | true |
119
- | post_tag | Tags | | post | true | true | true |
+ | post_tag | Tags | | post | true | false | true |
120
| post_format | Format | | post | false | false | true |
121
122
When I run `wp taxonomy list --object_type=post --no-strict`
0 commit comments