Twenty Fourteen: Remove unused and untoggled no-js class.
props johnbillion. fixes #26453. git-svn-id: https://develop.svn.wordpress.org/trunk@26729 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
195465ce38
commit
be177ef23c
@ -10,13 +10,13 @@
|
||||
*/
|
||||
?><!DOCTYPE html>
|
||||
<!--[if IE 7]>
|
||||
<html class="ie ie7" <?php language_attributes(); ?> class="no-js">
|
||||
<html class="ie ie7" <?php language_attributes(); ?>>
|
||||
<![endif]-->
|
||||
<!--[if IE 8]>
|
||||
<html class="ie ie8" <?php language_attributes(); ?> class="no-js">
|
||||
<html class="ie ie8" <?php language_attributes(); ?>>
|
||||
<![endif]-->
|
||||
<!--[if !(IE 7) | !(IE 8) ]><!-->
|
||||
<html <?php language_attributes(); ?> class="no-js">
|
||||
<html <?php language_attributes(); ?>>
|
||||
<!--<![endif]-->
|
||||
<head>
|
||||
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
||||
|
Loading…
Reference in New Issue
Block a user