Make WordPress Core


Ignore:
Timestamp:
05/19/2021 03:07:55 PM (4 years ago)
Author:
gziolo
Message:

Editor: Update WordPress packages published for Gutenberg 10.6

It contains several changes in addition to regular update to WordPress packages:

  • All newly exposed blocks are now registered on the server.
  • Dutone block support was added.
  • Border block support was updated.
  • New shared function construct_wp_query_args was added for the family of Query blocks - it might need some further work.

Props youknowriad.
See #52991.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-settings.php

    r50776 r50929  
    302302require ABSPATH . WPINC . '/block-supports/colors.php';
    303303require ABSPATH . WPINC . '/block-supports/custom-classname.php';
     304require ABSPATH . WPINC . '/block-supports/duotone.php';
    304305require ABSPATH . WPINC . '/block-supports/generated-classname.php';
    305306require ABSPATH . WPINC . '/block-supports/layout.php';
Note: See TracChangeset for help on using the changeset viewer.