Skip to content

Commit

Permalink
feat: remove x-ua-compatible tag (#2742)
Browse files Browse the repository at this point in the history
This is redundant in IE 11.
  • Loading branch information
knowler committed Jun 16, 2021
1 parent 933f9ad commit e7de7b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.php
Expand Up @@ -2,7 +2,6 @@
<html <?php language_attributes(); ?>>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<?php wp_head(); ?>
</head>
Expand Down

0 comments on commit e7de7b2

Please sign in to comment.