Skip to content

Commit a92a571

Browse files
Merge pull request #2069 from Automattic/remove/gutenberg-ramp-4
Stepwise disabling of Gutenberg Ramp plugin: 70%
2 parents 66af4fb + 930d82b commit a92a571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/feature/class-feature.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Feature {
1919
public static $feature_percentages = array(
2020
// https://github.com/Automattic/vip-go-mu-plugins/tree/master/vip-jetpack/connection-pilot
2121
'jetpack-cxn-pilot' => 0.25,
22-
'remove-gutenberg-ramp' => 0.45,
22+
'remove-gutenberg-ramp' => 0.70,
2323
'search_content_validation_and_auto_heal_cron_job' => 0.25,
2424
);
2525

0 commit comments

Comments
 (0)