Changeset 30573 for trunk/src/wp-admin/edit-form-advanced.php
- Timestamp:
- 11/26/2014 02:49:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r30539 r30573 12 12 13 13 wp_enqueue_script('post'); 14 $_wp_editor_expand = false;14 $_wp_editor_expand = $_content_editor_dfw = false; 15 15 16 16 /** … … 26 26 27 27 wp_enqueue_script('editor-expand'); 28 $_content_editor_dfw = true; 28 29 $_wp_editor_expand = ( get_user_setting( 'editor_expand', 'on' ) === 'on' ); 29 30 } … … 513 514 514 515 <?php wp_editor( $post->post_content, 'content', array( 516 '_content_editor_dfw' => $_content_editor_dfw, 515 517 'drag_drop_upload' => true, 516 518 'tabfocus_elements' => 'content-html,save-post',
Note: See TracChangeset
for help on using the changeset viewer.