From 7db1bc309a1b67226afb3c586280236f51377035 Mon Sep 17 00:00:00 2001 From: francgrasso Date: Tue, 5 Apr 2022 14:42:35 +0200 Subject: [PATCH] add WPCS comments to block-styles file --- inc/block-styles.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/block-styles.php b/inc/block-styles.php index 9c0b149..3bffeae 100644 --- a/inc/block-styles.php +++ b/inc/block-styles.php @@ -15,7 +15,7 @@ */ function yith_proteo_register_block_styles() { // Button: Style 1. - register_block_style( + register_block_style( // phpcs:ignore WPThemeReview.PluginTerritory.ForbiddenFunctions.editor_blocks_register_block_style 'core/button', array( 'name' => 'button-style-1', @@ -25,7 +25,7 @@ function yith_proteo_register_block_styles() { ); // Button: Style 2. - register_block_style( + register_block_style( // phpcs:ignore WPThemeReview.PluginTerritory.ForbiddenFunctions.editor_blocks_register_block_style 'core/button', array( 'name' => 'button-style-2', @@ -34,7 +34,7 @@ function yith_proteo_register_block_styles() { ); // Button: Ghost. - register_block_style( + register_block_style( // phpcs:ignore WPThemeReview.PluginTerritory.ForbiddenFunctions.editor_blocks_register_block_style 'core/button', array( 'name' => 'button-ghost', @@ -43,7 +43,7 @@ function yith_proteo_register_block_styles() { ); // Button: Unstyled. - register_block_style( + register_block_style( // phpcs:ignore WPThemeReview.PluginTerritory.ForbiddenFunctions.editor_blocks_register_block_style 'core/button', array( 'name' => 'button-unstyled',