From 66c432457a0dc7c02f550a34b6b59e0c9f738d3e Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Tue, 29 Aug 2023 15:44:31 +0500 Subject: [PATCH] fix typo in block style registration --- js/block-styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/block-styles.js b/js/block-styles.js index 38ccbed..32b629d 100644 --- a/js/block-styles.js +++ b/js/block-styles.js @@ -1,6 +1,6 @@ wp.domReady( () => { wp.blocks.registerBlockStyle( - 'core/', { + 'core/heading', { name: 'tabbed-heading', label: 'Tabbed Heading', }