Added conditional tag classes

This commit is contained in:
Pedro Reis 2016-04-25 17:39:37 +01:00
parent 3d4a374115
commit f59fb3a720
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<!--[if IE 8]><html <?php language_attributes(); ?> class="ie8"><![endif]-->
<!--[if lte IE 9]><html <?php language_attributes(); ?> class="ie9"><![endif]-->
<html <?php language_attributes(); ?>> <html <?php language_attributes(); ?>>
<head> <head>
<meta charset="<?php bloginfo( 'charset' ); ?>"> <meta charset="<?php bloginfo( 'charset' ); ?>">