diff --git a/wp-includes/blocks/post-comments/block.json b/wp-includes/blocks/post-comments/block.json deleted file mode 100644 index 59d315b5fc..0000000000 --- a/wp-includes/blocks/post-comments/block.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "$schema": "https://schemas.wp.org/trunk/block.json", - "apiVersion": 2, - "name": "core/comments", - "title": "Comments", - "category": "theme", - "description": "An advanced block that allows displaying post comments using different visual configurations.", - "textdomain": "default", - "attributes": { - "tagName": { - "type": "string", - "default": "div" - }, - "legacy": { - "type": "boolean", - "default": false - } - }, - "supports": { - "align": [ "wide", "full" ], - "html": false, - "color": { - "gradients": true, - "link": true, - "__experimentalDefaultControls": { - "background": true, - "text": true, - "link": true - } - }, - "typography": { - "fontSize": true, - "lineHeight": true, - "__experimentalFontFamily": true, - "__experimentalFontWeight": true, - "__experimentalFontStyle": true, - "__experimentalTextTransform": true, - "__experimentalTextDecoration": true, - "__experimentalLetterSpacing": true, - "__experimentalDefaultControls": { - "fontSize": true - } - } - }, - "editorStyle": "wp-block-comments-editor", - "usesContext": [ "postId", "postType" ] -} diff --git a/wp-includes/version.php b/wp-includes/version.php index 78789288d7..e691336acd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54260'; +$wp_version = '6.1-alpha-54261'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.