Skip to content

Commit

Permalink
Update code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
barryceelen authored Jul 12, 2024
1 parent 40cd0b8 commit 8f5da38
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions includes/ConvertToBlocks/Assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
class Assets {

/**
* Flag stores whether the assets have been registered with WordPress
* Flag stores whether the assets have been registered with WordPress.
*
* @var bool
*/
public $registered = false;

/**
* Registers the scripts and styles of the Plugin.
* Registers the plugin scripts and styles.
*/
public function register() {
wp_register_script(
Expand All @@ -45,8 +45,7 @@ public function register() {
}

/**
* Enqueues the Scripts & Styles for the Smarter Travel Gutenberg
* Migration Plugin.
* Enqueues the plugin scripts and styles.
*/
public function do_assets() {
wp_enqueue_script( 'convert_to_blocks_editor' );
Expand Down

0 comments on commit 8f5da38

Please sign in to comment.