Make WordPress Core

Opened 12 months ago

Closed 11 months ago

Last modified 11 months ago

#60119 closed defect (bug) (fixed)

Pattern Category: change show_tagcloud to false

Reported by: wildworks's profile wildworks Owned by: youknowriad's profile youknowriad
Milestone: 6.5 Priority: normal
Severity: normal Version:
Component: Taxonomy Keywords: has-patch
Focuses: Cc:

Description

Note: This ticket is for backporting PHP changes made in Gutenberg to core.

https://github.com/WordPress/gutenberg/pull/57212

Pattern Categories appears as a selectable taxonomy in the tag cloud block or tag cloud widget. I think this is unintended, and it is necessary to set show_tagcloud to false so that it cannot be used with tag cloud.

Change History (7)

This ticket was mentioned in PR #5805 on WordPress/wordpress-develop by @wildworks.


12 months ago
#1

  • Keywords has-patch added

@mukesh27 commented on PR #5805:


11 months ago
#2

Thanks for the PR! LGTM and approved the PR.

Q: Do we needs to mention in docs that now Pattern Category did not show show_tagcloud?

@wildworks commented on PR #5805:


11 months ago
#3

Thank you for your review! I think the Pattern categories are used to categorize patterns only on the dashboard or Site Editor, and are not intended to be displayed on the front end.

Therefore, I think that this change is a bug fix rather than a specification change, and no documentation is necessary.

#4 @youknowriad
11 months ago

  • Owner set to youknowriad
  • Resolution set to fixed
  • Status changed from new to closed

In 57331:

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.

@youknowriad commented on PR #5805:


11 months ago
#5

Thanks for the backport, this has been committed in https://core.trac.wordpress.org/changeset/57331

#6 @kebbet
11 months ago

Please milestone the ticket to 6.5 @youknowriad, thanks!

#7 @youknowriad
11 months ago

  • Milestone changed from Awaiting Review to 6.5
Note: See TracTickets for help on using tickets.