Skip to content

Commit a9a6262

Browse files
fix: PHP warnings
1 parent a57502d commit a9a6262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/gutenberg/feedzy-rss-feeds-gutenberg-block.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ public function feedzy_gutenberg_scripts() {
7676
);
7777

7878
// Enqueue editor block styles
79-
wp_enqueue_style( 'feedzy-block-css', FEEDZY_ABSURL . 'css/feedzy-rss-feeds.css', '', $version );
80-
wp_enqueue_style( 'feedzy-gutenberg-block-css', FEEDZY_ABSURL . 'js/build/style-block.css', '', $version );
79+
wp_enqueue_style( 'feedzy-block-css', FEEDZY_ABSURL . 'css/feedzy-rss-feeds.css', array(), $this->version );
80+
wp_enqueue_style( 'feedzy-gutenberg-block-css', FEEDZY_ABSURL . 'js/build/style-block.css', array(), $this->version );
8181
}
8282

8383
/**

0 commit comments

Comments
 (0)