Changeset 38468 for trunk/src/wp-admin/includes/class-wp-press-this.php
- Timestamp:
- 08/31/2016 03:21:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-press-this.php
r38467 r38468 1188 1188 * 1189 1189 * @global WP_Locale $wp_locale 1190 * @global bool $is_IE 1190 1191 */ 1191 1192 public function html() { … … 1227 1228 add_filter( 'mce_css', array( $this, 'add_editor_style' ) ); 1228 1229 1229 if ( wp_is_IE() ) {1230 if ( ! empty( $GLOBALS['is_IE'] ) ) { 1230 1231 @header( 'X-UA-Compatible: IE=edge' ); 1231 1232 }
Note: See TracChangeset
for help on using the changeset viewer.