Make WordPress Core

Changeset 26729


Ignore:
Timestamp:
12/06/2013 05:15:52 PM (11 years ago)
Author:
nacin
Message:

Twenty Fourteen: Remove unused and untoggled no-js class.

props johnbillion.
fixes #26453.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/header.php

    r26672 r26729  
    1111?><!DOCTYPE html>
    1212<!--[if IE 7]>
    13 <html class="ie ie7" <?php language_attributes(); ?> class="no-js">
     13<html class="ie ie7" <?php language_attributes(); ?>>
    1414<![endif]-->
    1515<!--[if IE 8]>
    16 <html class="ie ie8" <?php language_attributes(); ?> class="no-js">
     16<html class="ie ie8" <?php language_attributes(); ?>>
    1717<![endif]-->
    1818<!--[if !(IE 7) | !(IE 8)  ]><!-->
    19 <html <?php language_attributes(); ?> class="no-js">
     19<html <?php language_attributes(); ?>>
    2020<!--<![endif]-->
    2121<head>
Note: See TracChangeset for help on using the changeset viewer.