-
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
Site Title Block: Rename and move edit
file
#56357
Conversation
Size Change: 0 B Total Size: 1.71 MB ℹ️ View Unchanged
|
Flaky tests detected in 26c6d9c. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/6939363758
|
26c6d9c
to
bac8895
Compare
bac8895
to
65f6fe5
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. |
What?
Small changes to improve code quality.
packages/block-library/src/site-title/edit/index.js => packages/block-library/src/site-title/edit.js
Why?
The Site Title block's
Edit
component has no other associated files. In this case, there should be no need to create anedit
directory.How?
This file does not have any import statements using relative paths, so just moving and renaming the file should be fine.
Testing Instructions
Confirm that the Site Title block works as before.