Skip to content

Commit

Permalink
Fix frontend styles localized string url
Browse files Browse the repository at this point in the history
  • Loading branch information
razwan committed Apr 29, 2020
1 parent f2a1d78 commit c762454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/enqueue-scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function novablocks_admin_init() {
);

wp_localize_script( 'nova-blocks-js', 'novablocks_urls', array(
'frontend_blocks_stylesheet' => novablocks_get_plugin_url() . '/dist/css/frontend.style.css',
'frontend_blocks_stylesheet' => novablocks_get_plugin_url() . '/dist/css/frontend.css',
'editor_blocks_stylesheet' => novablocks_get_plugin_url() . $style_path
) );

Expand Down

0 comments on commit c762454

Please sign in to comment.