Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/integration/fixes-release' into …
Browse files Browse the repository at this point in the history
…integration/fixes-release
  • Loading branch information
pattonwebz committed Oct 25, 2024
2 parents 1585ddb + 6a4cda3 commit 126ba81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
PreventLinksOpeningNewWindowFix,
HTMLLangAndDirFix,
AddMissingOrEmptyPageTitleFix,
MetaViewportScalableFix,
};

return [
Expand Down Expand Up @@ -490,5 +491,6 @@
'ruleset' => 'js',
'combines' => [ 'meta-viewport' ],
'viewable' => false,
'fixes' => [ MetaViewportScalableFix::get_slug() ],
],
];

0 comments on commit 126ba81

Please sign in to comment.