Skip to content

Commit

Permalink
Small updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauteri committed Dec 15, 2024
1 parent 55b2edb commit a07173a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
11 changes: 7 additions & 4 deletions includes/core/classes/blocks/class-modal-manager.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<?php
/**
* The "RSVP" class manages the RSVP block and its variations,
* primarily transforming block content and preparing it for output.
* The "Modal Manager" class handles the functionality of the Modal Manager block,
* enabling dynamic management of modals and their associated triggers.
*
* This class is responsible for transforming block content, ensuring proper behavior
* of modal interactions, and preparing the block for output.
*
* @package GatherPress\Core
* @since 1.0.0
Expand All @@ -17,8 +20,8 @@
use WP_HTML_Tag_Processor;

/**
* Class responsible for managing the "RSVP" block and its variations,
* including dynamic transformations and enhancements for interactive functionality.
* Class responsible for managing the "Modal Manager" block and its associated functionality,
* including dynamic transformations, modal interactions, and enhancements for interactivity.
*
* @since 1.0.0
*/
Expand Down
10 changes: 5 additions & 5 deletions includes/core/classes/blocks/class-rsvp-template.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Class manages the RSVP Response block for GatherPress, preparing its output and
* handling associated hooks for customizing functionality.
* Class responsible for managing the RSVP Template block for GatherPress,
* including preparation of its output and handling hooks for customization and interactivity.
*
* @package GatherPress\Core
* @since 1.0.0
Expand All @@ -19,12 +19,12 @@
use WP_HTML_Tag_Processor;

/**
* Class Rsvp_Response.
* Class Rsvp_Template.
*
* This class manages the RSVP Response block for GatherPress, handling the
* This class manages the RSVP Template block for GatherPress, handling the
* preparation of block output and adding hooks for customizations.
*
* It ensures smooth integration with WordPress's block editor and REST API.
* It ensures seamless integration with WordPress's block editor and dynamic functionality.
*
* @since 1.0.0
*/
Expand Down
1 change: 0 additions & 1 deletion includes/core/classes/blocks/class-rsvp.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
defined( 'ABSPATH' ) || exit; // @codeCoverageIgnore

use GatherPress\Core\Block;
use GatherPress\Core\Blocks;
use GatherPress\Core\Traits\Singleton;
use WP_HTML_Tag_Processor;

Expand Down

0 comments on commit a07173a

Please sign in to comment.