Make WordPress Core


Ignore:
Timestamp:
01/09/2019 06:53:15 AM (8 years ago)
Author:
pento
Message:

Block Editor: Obey the AUTOSAVE_INTERVAL constant.

Props youknowriad.
Fixes #45262.

File:
1 edited

Legend:

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

    r44437 r44504  
    274274        'bodyPlaceholder'        => $body_placeholder,
    275275        'isRTL'                  => is_rtl(),
    276         'autosaveInterval'       => 10,
     276        'autosaveInterval'       => AUTOSAVE_INTERVAL,
    277277        'maxUploadFileSize'      => $max_upload_size,
    278278        'allowedMimeTypes'       => get_allowed_mime_types(),
Note: See TracChangeset for help on using the changeset viewer.