-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Update template and template parts labels #61146
Conversation
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. |
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.
Works as expected ✅
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.
Makes sense. We may want to open a trac ticket and backport this one quickly.
…art` post types. This adds the `item_updated` label to Template and Template Part post types registration. This prevents from displaying the default `post updated` label. See WordPress/gutenberg#61146 Follow-up to [52062], [51003]. Props ntsekouras, ellatrix. Fixes #61095. git-svn-id: https://develop.svn.wordpress.org/trunk@58055 602fd350-edb4-49c9-b593-d223f7449a82
Merged to Core in https://core.trac.wordpress.org/changeset/58055 |
…art` post types. This adds the `item_updated` label to Template and Template Part post types registration. This prevents from displaying the default `post updated` label. See WordPress/gutenberg#61146 Follow-up to [52062], [51003]. Props ntsekouras, ellatrix. Fixes #61095. Built from https://develop.svn.wordpress.org/trunk@58055 git-svn-id: http://core.svn.wordpress.org/trunk@57520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
…art` post types. This adds the `item_updated` label to Template and Template Part post types registration. This prevents from displaying the default `post updated` label. See WordPress/gutenberg#61146 Follow-up to [52062], [51003]. Props ntsekouras, ellatrix. Fixes #61095. Built from https://develop.svn.wordpress.org/trunk@58055 git-svn-id: https://core.svn.wordpress.org/trunk@57520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
…art` post types. This adds the `item_updated` label to Template and Template Part post types registration. This prevents from displaying the default `post updated` label. See WordPress/gutenberg#61146 Follow-up to [52062], [51003]. Props ntsekouras, ellatrix. Fixes #61095. git-svn-id: https://develop.svn.wordpress.org/trunk@58055 602fd350-edb4-49c9-b593-d223f7449a82
What?
This PR updates the template and template parts labels to use a specific
item_updated
label. Without it, if you save/update a template or template part the notification message renderspost updated
.I noticed this in this PR that brings the publish flow to site editor, but the issue is in post editor too right now, when you edit a template or template part and save.
Testing Instructions
Template updated.
Template part updated.
Screenshots or screencast
Screen.Recording.2024-04-26.at.3.48.03.PM.mov