Skip to content

Commit 01e547f

Browse files
committed
Removed class from recent posts widget
- This was causing widgets below recent posts to be hidden
1 parent dd203f0 commit 01e547f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/widgets/widget-recent-posts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class shapely_recent_posts extends WP_Widget {
88

99
function __construct() {
1010

11-
$widget_ops = array('classname' => 'shapely-recent-posts col-sm-12 text-center', 'description' => esc_html__("Widget to show recent posts with thumbnails", 'shapely'));
11+
$widget_ops = array('classname' => 'shapely-recent-posts text-center', 'description' => esc_html__("Widget to show recent posts with thumbnails", 'shapely'));
1212
parent::__construct('shapely_recent_posts', esc_html__('[Shapely] Recent Posts', 'shapely'), $widget_ops);
1313
}
1414

0 commit comments

Comments
 (0)