Changeset 26089
- Timestamp:
- 11/11/2013 06:01:40 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r26029 r26089 1689 1689 1690 1690 $admin_html_class = ( is_admin_bar_showing() ) ? 'wp-toolbar' : ''; 1691 1692 if ( $is_IE ) 1693 @header('X-UA-Compatible: IE=edge'); 1694 1691 1695 ?> 1692 1696 <!DOCTYPE html> … … 1698 1702 <!--<![endif]--> 1699 1703 <head> 1700 <?php1701 if ( $is_IE ) {1702 // Lock the IE compatibility mode to the highest supported document mode by the browser.1703 ?>1704 <meta http-equiv="X-UA-Compatible" content="IE=edge" />1705 <?php1706 }1707 ?>1708 1704 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" /> 1709 1705 <?php
Note: See TracChangeset
for help on using the changeset viewer.