Skip to content

Commit

Permalink
Modified comment a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrdortiz committed Jan 24, 2025
1 parent 330bebb commit 71c780f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ function wpcom_is_duplicate_views_experiment_enabled() {
/**
* If the variations array is set but the variation value is null chances are this is an a11n (since ExPlat returns null for a12s).
*
* We want to set the treatment for all a12s.
* We set treatment for all a12s.
*/
update_user_option( get_current_user_id(), $option_name, 'treatment', true );
$is_enabled = true;
Expand Down

0 comments on commit 71c780f

Please sign in to comment.