Skip to content

Commit 848ac3c

Browse files
authored
Merge pull request #38 from mftruso/mftruso/recent_post_formatting
Removed class from recent posts widget
2 parents ebb9e31 + 01e547f commit 848ac3c

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)