-
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
Block Library: Unify block title with a strict title case #51912
base: trunk
Are you sure you want to change the base?
Conversation
c4c50c4
to
e33934f
Compare
Size Change: +7 B (0%) Total Size: 1.84 MB
ℹ️ View Unchanged
|
72b522e
to
ae3f479
Compare
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. |
ae3f479
to
26a767a
Compare
c0c76c7
to
f6ea472
Compare
What?
This PR updates the block title according to the following title rules
Why?
I think it makes sense to apply the same rules to the same features, values, or properties.
The rules regarding capitalization are clearly stated in Copy Guidelines. I wasn't sure whether the block name should be sentence capitalization or title capitalization, but it appears that historically title capitalization has been used.
How?
I have applied the two rules listed at the beginning to the block title. We have corrected the failed tests accordingly.
Testing Instructions
Insert/Search the block that this PR has made changes to on the block editor and confirm that it appears with the correct label.