Changeset 38468 for trunk/src/wp-admin/edit-form-advanced.php
- Timestamp:
- 08/31/2016 03:21:04 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-form-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r38467 r38468 31 31 */ 32 32 if ( post_type_supports( $post_type, 'editor' ) && ! wp_is_mobile() && 33 ! ( wp_is_IE()&& preg_match( '/MSIE [5678]/', $_SERVER['HTTP_USER_AGENT'] ) ) &&33 ! ( $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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)