diff --git a/projects/plugins/jetpack/_inc/client/newsletter/subscriptions-settings.jsx b/projects/plugins/jetpack/_inc/client/newsletter/subscriptions-settings.jsx index 984e585d74163..21a124ab3154d 100644 --- a/projects/plugins/jetpack/_inc/client/newsletter/subscriptions-settings.jsx +++ b/projects/plugins/jetpack/_inc/client/newsletter/subscriptions-settings.jsx @@ -83,6 +83,7 @@ function SubscriptionsSettings( props ) { ? addQueryArgs( `${ siteAdminUrl }site-editor.php`, { postType: 'wp_template', postId: `${ themeStylesheet }//single`, + canvas: 'edit', } ) : null; @@ -90,6 +91,7 @@ function SubscriptionsSettings( props ) { ? addQueryArgs( `${ siteAdminUrl }site-editor.php`, { postType: 'wp_template', postId: `${ themeStylesheet }//index`, + canvas: 'edit', } ) : null; diff --git a/projects/plugins/jetpack/changelog/fix-subscription-toggles-template-link b/projects/plugins/jetpack/changelog/fix-subscription-toggles-template-link new file mode 100644 index 0000000000000..578a2c9af15bb --- /dev/null +++ b/projects/plugins/jetpack/changelog/fix-subscription-toggles-template-link @@ -0,0 +1,4 @@ +Significance: patch +Type: bugfix + +Subscription settings: fix template preview+edit link for three toggles