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/quote/block.json

    r50048 r50824  
    99            "selector": "blockquote",
    1010            "multiline": "p",
    11             "default": ""
     11            "default": "",
     12            "__experimentalRole": "content"
    1213        },
    1314        "citation": {
     
    1516            "source": "html",
    1617            "selector": "cite",
    17             "default": ""
     18            "default": "",
     19            "__experimentalRole": "content"
    1820        },
    1921        "align": {
Note: See TracChangeset for help on using the changeset viewer.