Making WordPress.org

Changeset 2209


Ignore:
Timestamp:
12/18/2015 10:36:26 PM (10 years ago)
Author:
coffee2code
Message:

Browse Happy: Set language attributes properly.

This commit syncs changes made in 754d4ad of Browse Happy git repo.

See: https://github.com/WordPress/browsehappy/commit/754d4ad4608ed83395f413c2bb283a22f84e57a9

Original committer: nacin.
Props yoavf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/browsehappy.com/public_html/index.php

    r1364 r2209  
    11<!DOCTYPE html> 
    22
    3 <!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
    4 <!--[if IE 7 ]>    <html lang="en" class="no-js ie7"> <![endif]-->
    5 <!--[if IE 8 ]>    <html lang="en" class="no-js ie8"> <![endif]-->
    6 <!--[if IE 9 ]>    <html lang="en" class="no-js ie9"> <![endif]-->
    7 <!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
     3<!--[if lt IE 7 ]> <html <?php language_attributes(); ?> class="no-js ie6"> <![endif]-->
     4<!--[if IE 7 ]>    <html <?php language_attributes(); ?> class="no-js ie7"> <![endif]-->
     5<!--[if IE 8 ]>    <html <?php language_attributes(); ?> class="no-js ie8"> <![endif]-->
     6<!--[if IE 9 ]>    <html <?php language_attributes(); ?> class="no-js ie9"> <![endif]-->
     7<!--[if (gt IE 9)|!(IE)]><!--> <html <?php language_attributes(); ?> class="no-js"> <!--<![endif]-->
    88
    99<head>
Note: See TracChangeset for help on using the changeset viewer.