From 3cb4db7dbef4bd1fb3d21baf8fc5ee2c6a9740f6 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 17 Oct 2023 17:30:50 +0200 Subject: [PATCH] deleting unenecessary commentaries --- blocks/_starterBlockStatic/src/save.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/blocks/_starterBlockStatic/src/save.js b/blocks/_starterBlockStatic/src/save.js index ba02e74..54b6f10 100644 --- a/blocks/_starterBlockStatic/src/save.js +++ b/blocks/_starterBlockStatic/src/save.js @@ -1,20 +1,5 @@ -/** - * React hook that is used to mark the block wrapper element. - * It provides all the necessary props like the class name. - * - * @see https://developer.wordpress.org/block-editor/reference-guides/packages/packages-block-editor/#useblockprops - */ import { useBlockProps } from "@wordpress/block-editor"; -/** - * The save function defines the way in which the different attributes should - * be combined into the final markup, which is then serialized by the block - * editor into `post_content`. - * - * @see https://developer.wordpress.org/block-editor/reference-guides/block-api/block-edit-save/#save - * - * @return {WPElement} Element to render. - */ export default function save() { return (