Make WordPress Core

Changeset 55443


Ignore:
Timestamp:
03/01/2023 03:03:23 PM (21 months ago)
Author:
hellofromTonya
Message:

Editor: Partial revert of r55230.

[55230] introduced a regression to the content markup. This changeset is a partial revert to remove the added wp-includes/block-supports/anchor.php file.

The change of adding 'id' to $attributes_to_merge in get_block_wrapper_attributes() is not reverted as this change did not impact the regression and helps to support continue development in Gutenberg for the anchor support in dynamic blocks feature.

Reference:

Follow-up [55230].

Props wildworks, mamaduka, hellofromTonya.
Fixes #57830.
See #56852.

Location:
trunk/src
Files:
1 deleted
1 edited

Legend:

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

    r55285 r55443  
    328328require ABSPATH . WPINC . '/block-supports/utils.php';
    329329require ABSPATH . WPINC . '/block-supports/align.php';
    330 require ABSPATH . WPINC . '/block-supports/anchor.php';
    331330require ABSPATH . WPINC . '/block-supports/border.php';
    332331require ABSPATH . WPINC . '/block-supports/colors.php';
Note: See TracChangeset for help on using the changeset viewer.