Grant Kinney
Grant Kinney
I've restored `[Type] Bug` for this issue--fixing incorrect PHP compatibility information is not an enhancement.
Closing this until there's a viable approach that doesn't compromise the editor view.
@matiasbenedetto I took a closer look at this to better understand the generated output in theme patterns and attempted an improvement in https://github.com/WordPress/create-block-theme/pull/683/commits/3e53a9aa90c378d4e4a9d8424c3dc9248c804832 to use `wp_kses_post` only when necessary. My...
> I see that in [3e53a9a (#683)](https://github.com/WordPress/create-block-theme/pull/683/commits/3e53a9aa90c378d4e4a9d8424c3dc9248c804832) wp_kses_post it is still used. If there's a potential security concern it should be removed completely, right? Yes, I think so. That was...
> Does that mean we can close this issue? I don't think this issue should be closed yet. The issue description raises the general concept of featured content, not just...
> There's not a concept of featured audio or featured video today, is there? There are some plugins available, but nothing in core, afaik. I think one of the things...
I think the warning is coming from this: `alt=''`. We need to update the escaping functionality to correctly use `esc_attr_e` inside html attributes. This change is part of https://github.com/WordPress/create-block-theme/pull/683. I...
Whether this classic block welcome guide is shown is stored in local storage for the specific browser you are using, so it will show again across browsers, loading the editor...
Have you seen this page of the documentation? It seems very similar to what you're looking for: https://aider.chat/docs/usage/conventions.html
I see how that's different and could be helpful, thanks for explaining.