summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/widgets/top-posts.php')
-rw-r--r--plugins/jetpack/modules/widgets/top-posts.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/jetpack/modules/widgets/top-posts.php b/plugins/jetpack/modules/widgets/top-posts.php
index fa1222ff..a5269976 100644
--- a/plugins/jetpack/modules/widgets/top-posts.php
+++ b/plugins/jetpack/modules/widgets/top-posts.php
@@ -308,7 +308,6 @@ class Jetpack_Top_Posts_Widget extends WP_Widget {
switch ( $display ) {
case 'list' :
case 'grid' :
- wp_enqueue_style( 'widget-grid-and-list' );
foreach ( $posts as &$post ) {
$image = Jetpack_PostImages::get_image( $post['post_id'], array( 'fallback_to_avatars' => true ) );
$post['image'] = $image['src'];