Conversation
|
Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.
Interested in more tips and information?
|
|
Thank you for your PR! When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:
This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖 🔴 Action required: Please add missing changelog entries for the following projects: Use the Jetpack CLI tool to generate changelog entries by running the following command: Follow this PR Review Process:
If you have questions about anything, reach out in #jetpack-developers for guidance! Jetpack plugin: The Jetpack plugin has different release cadences depending on the platform:
If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack. |
There was a problem hiding this comment.
Pull request overview
Updates Jetpack dashboard widget branding to match product naming guidance by prefixing Newsletter with “Jetpack” and ensuring widget titles are treated as non-translatable product names.
Changes:
- Update the Newsletter dashboard widget title to
Jetpack Newsletter(non-translatable). - Update the Stats dashboard widget title to
Jetpack Stats(non-translatable). - Remove redundant
$widget_title = sprintf( __( ... ) )usage in both widgets.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| projects/plugins/jetpack/modules/subscriptions/newsletter-widget/class-jetpack-newsletter-dashboard-widget.php | Changes dashboard widget title to the branded, non-translatable product name. |
| projects/plugins/jetpack/class-jetpack-stats-dashboard-widget.php | Changes dashboard widget title to the branded, non-translatable product name. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Code Coverage SummaryCoverage changed in 2 files.
|
Proposed changes:
Before
After
Other information:
Jetpack product discussion
Does this pull request change what data or activity we track or use?
Testing instructions:
Changelog