Make WordPress Core


Ignore:
Timestamp:
10/15/2011 07:33:01 AM (13 years ago)
Author:
azaozz
Message:

RTL, IE7 and IE7 RTL fixes, add class="ie8" to the html tag, see #18314

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/vars.php

    r18036 r18975  
    7575$is_IE = ( $is_macIE || $is_winIE );
    7676
     77$wp_htmltag_class = strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 8.') ? ' class="ie8"' : ''; // can't start with this
     78
    7779// Server detection
    7880
Note: See TracChangeset for help on using the changeset viewer.