Skip to content

Commit 28242bd

Browse files
authored
Merge pull request #4971 from Automattic/staging
Production release: v20231024.0
2 parents 3d8190b + 2f5f738 commit 28242bd

File tree

17 files changed

+1534
-1524
lines changed

17 files changed

+1534
-1524
lines changed

000-vip-init.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,6 @@
133133
if ( ! defined( 'VIP_JETPACK_SKIP_LOAD' ) ) {
134134
define( 'VIP_JETPACK_SKIP_LOAD', true );
135135
}
136-
137-
// FedRAMP sites do not load Parse.ly by default
138-
if ( ! defined( 'VIP_PARSELY_ENABLED' ) ) {
139-
define( 'VIP_PARSELY_ENABLED', false );
140-
}
141136
}
142137

143138
$private_dir_path = WP_CONTENT_DIR . '/private'; // Local fallback

0 commit comments

Comments
 (0)