-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Do not filter template parts by the theme in which they were created #35666
Conversation
Size Change: -5.2 kB (0%) Total Size: 1.07 MB
ℹ️ View Unchanged
|
This looks like a step in the right direction, but will cause merge conflicts with #31971. I strongly recommend merging that one first to stop relying on the post_name field for template identifiers, and it will simplify a lot of the requirements for this task. |
This PR is now ~9 months old, got outdated, and didn't attract many reviews. I moved on to other tasks and so I'm closing this one. Feel free to pick it up! |
Description
A discussion in 35148 surfaced how filtering template parts by current theme is not that useful. I agree, so in this PR I propose removing the limitation.
How has this been tested?
Screenshots
Before:
![CleanShot 2021-10-15 at 13 52 21@2x](https://user-images.githubusercontent.com/205419/137483249-2d686b4b-f6f1-4f30-acaa-592e3648b227.png)
After:
![CleanShot 2021-10-15 at 13 45 59@2x](https://user-images.githubusercontent.com/205419/137483244-feb81a8e-4f25-44aa-bc7a-29ecb1844ea5.png)