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