roots / acorn

Laravel components for WordPress plugins and themes
https://roots.io/acorn/
MIT License
824 stars 94 forks source link

🩹 Only prioritize block templates in block themes #368

Closed Log1x closed 7 months ago

Log1x commented 7 months ago

Block templates should only be prioritized when there is a index.html (see: https://developer.wordpress.org/reference/classes/wp_theme/is_block_theme/)

Fixes potential issues like https://discourse.roots.io/t/acorn-v4-1-1-released/26905/2

Log1x commented 7 months ago

Looking back at the code on #314 in light of the issue reported above, things make a little more sense to me now.

I have reimplemented @dsturm's original approach. Apologies for the oversight.