Skip to content

Commit

Permalink
Remove duplicate views: Rename experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtr committed Jan 16, 2025
1 parent d0b5f34 commit 13f7ae9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed


Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ function wpcom_show_admin_interface_notice() {
*/
function wpcom_is_duplicate_views_experiment_enabled() {
$experiment_platform = 'calypso';
$experiment_name = "{$experiment_platform}_post_onboarding_holdout_120924";
$experiment_name = "{$experiment_platform}_post_onboarding_holdout_160125";
$aa_test_name = "{$experiment_platform}_post_onboarding_aa_150125";

static $is_enabled = null;
Expand Down

0 comments on commit 13f7ae9

Please sign in to comment.