Skip to content

Commit

Permalink
Merge pull request #1279 from Automattic/trunk
Browse files Browse the repository at this point in the history
Alpha release Feb 23
  • Loading branch information
laurelfulford authored Feb 23, 2024
2 parents 74e87a3 + c201f43 commit 2707d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions includes/class-newspack-popups-model.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ public static function get_preview_query_options() {
'archive_insertion_posts_count' => FILTER_SANITIZE_FULL_SPECIAL_CHARS,
'archive_insertion_is_repeating' => FILTER_VALIDATE_BOOLEAN,
'utm_suppression' => FILTER_SANITIZE_FULL_SPECIAL_CHARS,
'additional_classes' => FILTER_SANITIZE_FULL_SPECIAL_CHARS,
];

$options = [];
Expand Down
1 change: 1 addition & 0 deletions includes/class-newspack-popups.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ final class Newspack_Popups {
'archive_insertion_posts_count' => 'n_ac',
'archive_insertion_is_repeating' => 'n_ar',
'utm_suppression' => 'n_ut',
'additional_classes' => 'n_acl',
];

/**
Expand Down

0 comments on commit 2707d6c

Please sign in to comment.