WordPress/wp-includes/block-supports
hellofromTonya 13195cfe8e 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:
* [https://github.com/WordPress/gutenberg/pull/48592 Gutenberg PR 48592].

Follow-up [55230].

Props wildworks, mamaduka, hellofromTonya. 
Fixes #57830.
See #56852.
Built from https://develop.svn.wordpress.org/trunk@55443


git-svn-id: http://core.svn.wordpress.org/trunk@54976 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-03-01 15:05:19 +00:00
..
align.php
border.php
colors.php
custom-classname.php
dimensions.php Editor: Introduce minimum height dimensions block support. 2023-02-01 16:15:15 +00:00
duotone.php Editor: Fix invalid parameters being passed to wp_register_style(). 2023-02-23 21:34:19 +00:00
elements.php Editor: Use WP_HTML_Tag_Processor in wp_render_elements_support(). 2023-02-06 19:43:16 +00:00
generated-classname.php
layout.php Editor: Only add layout classes to inner wrapper if block is a container 2023-03-01 11:47:19 +00:00
position.php Editor: svn add new files missed in [55285]. 2023-02-07 18:11:18 +00:00
settings.php Block editor: Add frontend block-level settings to the core. 2023-02-07 12:42:20 +00:00
spacing.php
typography.php
utils.php