Make WordPress Core


Ignore:
Timestamp:
05/07/2021 11:46:32 AM (5 years ago)
Author:
gziolo
Message:

Editor: Update WordPress packages from Gutenberg 10.5

Applies changes between the Gutenberg plugin v10.4 and v10.5. It contains the latest version of WordPress packages and PHP changes applied to non-experimental features.

Props youknowriad.
See #52991.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/index.php

    r50761 r50824  
    1111require ABSPATH . WPINC . '/blocks/calendar.php';
    1212require ABSPATH . WPINC . '/blocks/categories.php';
     13require ABSPATH . WPINC . '/blocks/file.php';
    1314require ABSPATH . WPINC . '/blocks/latest-comments.php';
    1415require ABSPATH . WPINC . '/blocks/latest-posts.php';
     
    3435        'columns',
    3536        'embed',
    36         'file',
    3737        'freeform',
    3838        'gallery',
Note: See TracChangeset for help on using the changeset viewer.