Podcast: wp-build dashboard scaffold + Jetpack > Podcast menu (2/4)#48557
Podcast: wp-build dashboard scaffold + Jetpack > Podcast menu (2/4)#48557arcangelini merged 3 commits intotrunkfrom
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 🤖 Follow this PR Review Process:
If you have questions about anything, reach out in #jetpack-developers for guidance! Jetpack plugin: No scheduled milestone found for this plugin. If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack. Mu Wpcom plugin:
If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack. Wpcomsh plugin:
If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack. |
Code Coverage SummaryCoverage changed in 2 files.
|
61dd1d3 to
2deeefd
Compare
52a846a to
9218978
Compare
9218978 to
f632099
Compare
PR 2 of 4 in the Podcast untangle train
Proposed changes
Adds an empty wp-build dashboard scaffold to the
projects/packages/podcastpackage and registers a "Jetpack > Podcast" wp-admin submenu, both gated behindjetpack_podcast_untangle. With the filter off (default), the legacy "Podcasting" Calypso link inwpcom-admin-menu.phpkeeps rendering exactly as before. With the filter on, the new in-admin page renders a placeholder<h1>Podcast</h1>inside standard wp-admin chrome.Mirrors the pattern from the Newsletter scaffold (#48532). Adds
jetpack-podcastas a hard dep ofjetpack-mu-wpcomsowpcom-admin-menu.phpcan callSettings::add_wp_admin_submenu()directly.Stacked on #48556. Upstream consolidation PR: #48499.
Does this pull request change what data or activity we track or use?
No.
Testing instructions
add_filter( 'jetpack_podcast_untangle', '__return_true' );/wp-adminand make sure Podcast (not PodcastING) shows under Jetpack