Changeset 38468 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 08/31/2016 03:21:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r38467 r38468 1946 1946 } 1947 1947 1948 /** 1949 * 1950 * @global bool $is_IE 1951 */ 1948 1952 function _wp_admin_html_begin() { 1953 global $is_IE; 1954 1949 1955 $admin_html_class = ( is_admin_bar_showing() ) ? 'wp-toolbar' : ''; 1950 1956 1951 if ( wp_is_IE() ) {1957 if ( $is_IE ) 1952 1958 @header('X-UA-Compatible: IE=edge'); 1953 }1954 1959 1955 1960 ?>
Note: See TracChangeset
for help on using the changeset viewer.