threadi / downloadlist

Provides a Wordpress-Gutenberg block for capturing a download list with file type specific icons.
https://wordpress.org/plugins/download-list-block-with-icons/
6 stars 0 forks source link

dashicons stylesheet not enqueued #100

Closed dotsam closed 2 months ago

dotsam commented 2 months ago

I only noticed this when logged out (as dashicons is loaded when logged in), but the dashicons stylesheet is not enqueued after 6b024cb, as it's trying to enqueue downloadlist-dashicons, which doesn't exist.

As a workaround, I've set up that handle as an alias of dashicons:

wp_register_style('downloadlist-dashicons', false, ['dashicons']);
threadi commented 2 months ago

Thanks for the hint and the solution. I managed to solve this in #101 and it will be in the next release.