Advertisement
firoze

IE 6,7,8,9 usage in head for wordpress

Apr 17th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. // IE 6,7,8,9 usage in head for wordpress
  2.  
  3.  
  4.  
  5. <!--[if lt IE 7 ]> <html class="no-js ie6" <?php language_attributes(); ?>> <![endif]-->
  6. <!--[if IE 7 ]> <html class="no-js ie7" <?php language_attributes(); ?>> <![endif]-->
  7. <!--[if IE 8 ]> <html class="no-js ie8" <?php language_attributes(); ?>> <![endif]-->
  8. <!--[if (gt IE 8)|!(IE)]><!--> <html class="no-js" <?php language_attributes(); ?>> <!--<![endif]-->
  9. <!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" <?php language_attributes(); ?>> <!--<![endif]-->
  10. <!-- saved from url=(0014)about:internet --> <!-- this code is for IE automatically Allow Blocked Content -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement