Skip to content

Commit

Permalink
Pattern Category: change show_tagcloud to false (#57212)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Dec 20, 2023
1 parent 54e8aee commit a312c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/compat/wordpress-6.5/block-patterns.php
Expand Up @@ -72,6 +72,7 @@ function gutenberg_register_taxonomy_patterns() {
'show_in_nav_menus' => false,
'show_in_rest' => true,
'show_admin_column' => true,
'show_tagcloud' => false,
);
register_taxonomy( 'wp_pattern_category', array( 'wp_block' ), $args );
}
Expand Down

0 comments on commit a312c1b

Please sign in to comment.