Skip to content

Commit 191e02e

Browse files
CGastrellclaude
andauthored
Social: render JetpackFooter on all sites (#48183)
SocialAdminPage gated showFooter to isJetpackSelfHostedSite(), hiding the JetpackFooter on WP.com (Simple and Atomic). Every other Jetpack admin page (Newsletter, Search, Backup, Protect, VideoPress, Boost, Network Admin) renders the footer unconditionally, so Social was the lone exception. Drop the override so the default (true) applies. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ac0427b commit 191e02e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

projects/packages/publicize/_inc/components/admin-page/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export const SocialAdminPage = () => {
9292
title={ 'Social' /** "Social" is a product name, do not translate. */ }
9393
subTitle={ subTitle }
9494
actions={ licenseAction }
95-
showFooter={ isJetpackSite }
9695
>
9796
<GlobalNotices />
9897
{ isJetpackSite && ! hasSocialPaidFeatures() && showPricingPage && ! pricingPageDismissed ? (
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fixed
3+
4+
Social admin page: render the JetpackFooter unconditionally for parity with every other Jetpack admin page (Newsletter, Search, Backup, Protect, VideoPress, Boost, Network Admin).

0 commit comments

Comments
 (0)