Skip to content

Commit 2e3b292

Browse files
committed
Editor: Set show_tagcloud to false for Pattern Categories.
Pattern Categories is a taxonomy used to categories the patterns in the site editor. It is not meant to be shown in the frontend and show tag clouds. Props wildworks, mukesh27. Fixes #60119. git-svn-id: https://develop.svn.wordpress.org/trunk@57331 602fd350-edb4-49c9-b593-d223f7449a82
1 parent d3ac623 commit 2e3b292

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/wp-includes/taxonomy.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ function create_initial_taxonomies() {
241241
'show_in_nav_menus' => false,
242242
'show_in_rest' => true,
243243
'show_admin_column' => true,
244+
'show_tagcloud' => false,
244245
)
245246
);
246247
}

0 commit comments

Comments
 (0)