Skip to content

Commit

Permalink
Merge pull request #10763 from Yoast/5597-add-scaling-viewport-meta-tag
Browse files Browse the repository at this point in the history
Add initial scale for viewport meta tag for the onboarding wizard
  • Loading branch information
Martijn Groeneveldt authored Aug 27, 2018
2 parents 1056d31 + 80f06c6 commit 6de0ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/config-ui/class-configuration-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function show_wizard() {
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<meta name="viewport" content="width=device-width"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title><?php
printf(
Expand Down

0 comments on commit 6de0ff3

Please sign in to comment.