Skip to content

Commit

Permalink
feat(reader-activation): check lists in auth modal by default (#1933)
Browse files Browse the repository at this point in the history
  • Loading branch information
adekbadek authored Aug 25, 2022
1 parent 999437d commit 77bce1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-reader-activation.php
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ public static function render_auth_form( $is_inline = false ) {
<?php
self::render_subscription_lists_inputs(
$lists,
[],
array_keys( $lists ),
[
'single_label' => $newsletters_label,
]
Expand Down

0 comments on commit 77bce1d

Please sign in to comment.