Changeset 38467 for trunk/src/wp-admin/edit-form-advanced.php
- Timestamp:
- 08/31/2016 06:41:07 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r38307 r38467 31 31 */ 32 32 if ( post_type_supports( $post_type, 'editor' ) && ! wp_is_mobile() && 33 ! ( $is_IE&& preg_match( '/MSIE [5678]/', $_SERVER['HTTP_USER_AGENT'] ) ) &&33 ! ( wp_is_IE() && preg_match( '/MSIE [5678]/', $_SERVER['HTTP_USER_AGENT'] ) ) && 34 34 apply_filters( 'wp_editor_expand', true, $post_type ) ) { 35 35
Note: See TracChangeset
for help on using the changeset viewer.