Skip to content

Commit 8691d7a

Browse files
swissspidyCopilot
andauthored
Update features/taxonomy.feature
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3022088 commit 8691d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/taxonomy.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Feature: Manage WordPress taxonomies
116116
Then STDOUT should be a table containing rows:
117117
| name | label | description | object_type | show_tagcloud | hierarchical | public |
118118
| category | Categories | | post | true | true | true |
119-
| post_tag | Tags | | post | true | true | true |
119+
| post_tag | Tags | | post | true | false | true |
120120
| post_format | Format | | post | false | false | true |
121121

122122
When I run `wp taxonomy list --object_type=post --no-strict`

0 commit comments

Comments
 (0)