Skip to content

Commit 8fa5c5e

Browse files
committed
jquery: Dequeue akismet-widget-style
Since a few weeks ago, Akismet is unconditionally adding a style tag on every page of the site, for a widget that isn't even used. Ref https://plugins.trac.wordpress.org/changeset/3232287/ Ref https://wordpress.org/support/topic/unused-styles-queues-on-every-page-since/ Ref jquery/infrastructure-puppet#17
1 parent 3385563 commit 8fa5c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
wp_dequeue_style('wp-block-library');
2222
wp_dequeue_style('classic-theme-styles');
2323
wp_dequeue_style('global-styles');
24-
wp_dequeue_style('akismet-widget-style-inline-css');
24+
wp_dequeue_style('akismet-widget-style');
2525
});
2626
});
2727

0 commit comments

Comments
 (0)