Make WordPress Core


Ignore:
Timestamp:
01/23/2024 08:28:49 AM (9 months ago)
Author:
youknowriad
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/taxonomy.php

    r57251 r57331  
    242242            'show_in_rest'       => true,
    243243            'show_admin_column'  => true,
     244            'show_tagcloud'      => false,
    244245        )
    245246    );
Note: See TracChangeset for help on using the changeset viewer.