Make WordPress Core


Ignore:
Timestamp:
01/28/2021 02:01:50 AM (4 years ago)
Author:
noisysocks
Message:

Editor: Update @wordpress npm packages

Update @wordpress npm packages to the latest published versions. This means that
the block editor includes functionality that exists in Gutenberg 9.8.

See #52334.
Props isabel_brison.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-block-supports.php

    r49312 r50048  
    103103
    104104        $output = array();
    105         foreach ( $this->block_supports as $name => $block_support_config ) {
     105        foreach ( $this->block_supports as $block_support_config ) {
    106106            if ( ! isset( $block_support_config['apply'] ) ) {
    107107                continue;
     
    144144            }
    145145
    146             foreach ( $this->block_supports as $name => $block_support_config ) {
     146            foreach ( $this->block_supports as $block_support_config ) {
    147147                if ( ! isset( $block_support_config['register_attribute'] ) ) {
    148148                    continue;
Note: See TracChangeset for help on using the changeset viewer.