-
Notifications
You must be signed in to change notification settings - Fork 1.3k
fix: Using showUi for taxonomies visibility #22266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
The PR updates the condition for displaying taxonomies in navigation menus by changing from checking showInNavMenus
to showUi
property for determining taxonomy visibility.
- Changed the visibility check for taxonomies from
showInNavMenus
toshowUi
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Generated by 🚫 Danger |
|
App Name | ||
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr22266-427c2de | |
Commit | 427c2de | |
Direct Download | wordpress-prototype-build-pr22266-427c2de.apk |
|
App Name | ||
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr22266-427c2de | |
Commit | 427c2de | |
Direct Download | jetpack-prototype-build-pr22266-427c2de.apk |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## trunk #22266 +/- ##
=======================================
Coverage 39.88% 39.88%
=======================================
Files 2168 2168
Lines 102823 102823
Branches 14830 14830
=======================================
Hits 41007 41007
Misses 58339 58339
Partials 3477 3477 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Description
The PR updates the condition for displaying taxonomies in navigation menus by changing from checking showInNavMenus to showUi property for determining taxonomy visibility.
More info: #22255 (comment)
According to an internal conversation, show_in_menu is not available in the current API, so we are using show_ui
Testing instructions
Just check the code changes