Skip to content

Commit

Permalink
Add a comment to fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity committed Oct 23, 2024
1 parent 12be494 commit ef0fbb4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public function setup() {
// Enqueue the tracks library.
add_action( 'wp_enqueue_scripts', array( Analytics::class, 'init_tracks_scripts' ) );

// Enqueue the assets.
add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_assets' ) );

/**
Expand Down

0 comments on commit ef0fbb4

Please sign in to comment.