We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57502d commit a9a6262Copy full SHA for a9a6262
includes/gutenberg/feedzy-rss-feeds-gutenberg-block.php
@@ -76,8 +76,8 @@ public function feedzy_gutenberg_scripts() {
76
);
77
78
// 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 );
+ wp_enqueue_style( 'feedzy-block-css', FEEDZY_ABSURL . 'css/feedzy-rss-feeds.css', array(), $this->version );
+ wp_enqueue_style( 'feedzy-gutenberg-block-css', FEEDZY_ABSURL . 'js/build/style-block.css', array(), $this->version );
81
}
82
83
/**
0 commit comments