fix: update references of Re-generate to Regenerate#449
fix: update references of Re-generate to Regenerate#449dkotter merged 1 commit intoWordPress:developfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #449 +/- ##
==========================================
Coverage 68.44% 68.44%
Complexity 846 846
==========================================
Files 56 56
Lines 4095 4095
==========================================
Hits 2803 2803
Misses 1292 1292
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
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?
Closes #439
Updates all instances of the hyphenated "Re-generate" to "Regenerate".
Why?
This ensures consistent spelling and terminology across the plugin's user interface, documentation, and test suites.
How?
Performed a global search and replace across the repository to update "Re-generate" to "Regenerate". This includes updates to UI copy, Markdown documentation, and End-to-End test assertions so the testing suite continues to pass.
Changelog Entry