Drop support for older browsers

This commit is contained in:
QWp6t
2015-11-05 12:50:22 -08:00
parent 8e40824ba6
commit 24ca079c42
3 changed files with 2 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ use Roots\Sage\Wrapper;
<html <?php language_attributes(); ?>>
<?php get_template_part('templates/head'); ?>
<body <?php body_class(); ?>>
<!--[if lt IE 9]>
<!--[if IE]>
<div class="alert alert-warning">
<?php _e('You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.', 'sage'); ?>
</div>