Show outdated browser alert for <IE9
This commit is contained in:
2
base.php
2
base.php
@@ -10,7 +10,7 @@ use Roots\Sage\Wrapper;
|
||||
<?php get_template_part('templates/head'); ?>
|
||||
<body <?php body_class(); ?>>
|
||||
|
||||
<!--[if lt IE 8]>
|
||||
<!--[if lt IE 9]>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user