Changeset 29180
- Timestamp:
- 07/15/2014 10:36:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r29117 r29180 13 13 wp_enqueue_script('post'); 14 14 15 if ( post_type_supports( $post_type, 'editor' ) && ! wp_is_mobile() ) { 15 if ( post_type_supports( $post_type, 'editor' ) && ! wp_is_mobile() && 16 ! ( $is_IE && preg_match( '/MSIE [5678]/', $_SERVER['HTTP_USER_AGENT'] ) ) ) { 17 16 18 wp_enqueue_script('editor-expand'); 17 19 $_wp_autoresize_on = true;
Note: See TracChangeset
for help on using the changeset viewer.