Make WordPress Core


Ignore:
Timestamp:
08/26/2014 06:38:26 PM (12 years ago)
Author:
helen
Message:

Editor scrolling: reduce the amount of height jumping on load.

props avryl.
fixes #29307.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-form-advanced.php

    r29618 r29628  
    497497    'drag_drop_upload' => true,
    498498    'tabfocus_elements' => 'insert-media-button-1,save-post',
    499     'editor_height' => 360,
     499    'editor_height' => 300,
    500500    'tinymce' => array(
    501501        'resize' => false,
Note: See TracChangeset for help on using the changeset viewer.