Changeset 29075 for trunk/src/wp-admin/edit-form-advanced.php
- Timestamp:
- 07/10/2014 07:35:32 PM (12 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
r29049 r29075 12 12 13 13 wp_enqueue_script('post'); 14 wp_enqueue_script('editor-expand'); 14 15 if ( post_type_supports( $post_type, 'editor' ) ) { 16 wp_enqueue_script('editor-expand'); 17 } 15 18 16 19 if ( wp_is_mobile() )
Note: See TracChangeset
for help on using the changeset viewer.