-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Post Excerpt: Disable HTML element insertion #74928
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
base: trunk
Are you sure you want to change the base?
Conversation
8ff6702 to
4e697c3
Compare
4e697c3 to
ead14a1
Compare
|
Size Change: +11 B (0%) Total Size: 3.1 MB
ℹ️ View Unchanged
|
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Flaky tests detected in ead14a1. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/21330701868
|
SirLouen
left a comment
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.
|
@SirLouen Thanks for the testing.
Please delete all of your excerpt content and re-enter it. This PR will not automatically update existing content.
See the following comparison:
|



What?
This PR prevents the insertion of HTML elements in the Post Excerpt block. I think post excerpt is generally intended to be plain text. Furthermore, allowing HTML elements in the Post Excerpt block will result in unintended display of the excerpt UI in the sidebar.
Testing Instructions
Screenshots or screencast
Before
After