Skip to content

Commit

Permalink
fix: 🐛 Enqueue dashicons in ucsc-content-blocks.php Fixes #27 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Herm71 authored Aug 8, 2023
1 parent 6a32cb6 commit 256a862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ucsc-content-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Enqueue theme scripts and styles.
*/
function ucsc_content_block_scripts() {

wp_enqueue_style('dashicons');
wp_register_script( 'details-wrapper', plugin_dir_url( __FILE__ ) . 'js/detailswrapper.js', array(), wp_get_theme()->get( 'Version' ), true );
wp_enqueue_script( 'details-wrapper' );

Expand Down

0 comments on commit 256a862

Please sign in to comment.