Skip to content

Commit

Permalink
fix: added id and class placeholder value for before_widget (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
shabnam611 authored and sabbir1991 committed Jul 24, 2018
1 parent dfddfb1 commit cf7f451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2253,7 +2253,7 @@ function dokan_set_is_home_false_on_store() {
apply_filters( 'dokan_store_widget_args', array(
'name' => __( 'Dokan Store Sidebar', 'dokan-lite' ),
'id' => 'sidebar-store',
'before_widget' => '<aside class="widget">',
'before_widget' => '<aside id="%1$s" class="widget %2$s">',
'after_widget' => '</aside>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
Expand Down

0 comments on commit cf7f451

Please sign in to comment.