Skip to content

Commit

Permalink
Revert "Enable connections management feature for all sites"
Browse files Browse the repository at this point in the history
This reverts commit 3d17f8b.
  • Loading branch information
manzoorwanijk committed Dec 11, 2024
1 parent 564bfd2 commit 2ef3b25
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1089,8 +1089,12 @@ class WPCOM_Features {
),
),
self::SOCIAL_CONNECTIONS_MANAGEMENT => array(
self::WPCOM_ALL_SITES,
self::JETPACK_ALL_SITES,
array(
// This feature isn't launched yet, so we're ensuring that it's not available on any plans.
'before' => '1900-01-01',
self::WPCOM_ALL_SITES,
self::JETPACK_ALL_SITES,
),
),
self::SOCIAL_EDITOR_PREVIEW => array(
array(
Expand Down

0 comments on commit 2ef3b25

Please sign in to comment.