Make WordPress Core


Ignore:
Timestamp:
10/15/2011 07:33:01 AM (14 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-admin/press-this.php

    r18920 r18975  
    283283?>
    284284<!DOCTYPE html>
    285 <html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>>
     285<html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); echo "$wp_htmltag_class "; language_attributes(); ?>>
    286286<head>
    287287    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
Note: See TracChangeset for help on using the changeset viewer.