Skip to content

Commit

Permalink
Merge pull request #175 from 10up/barryceelen-patch-1
Browse files Browse the repository at this point in the history
Update code comments
  • Loading branch information
dkotter authored Jul 12, 2024
2 parents 40cd0b8 + 8f5da38 commit d06719b
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 d06719b

Please sign in to comment.