Skip to content
Prev Previous commit
Next Next commit
Use single quote
  • Loading branch information
kevin940726 committed May 4, 2021
commit bff84eec83d68be8db44038428a630f2a56dd417
4 changes: 2 additions & 2 deletions lib/widgets-customize.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ function gutenberg_widgets_customize_register( $manager ) {
'section' => "sidebar-widgets-$sidebar_id",
'settings' => "sidebars_widgets[$sidebar_id]",
'sidebar_id' => $sidebar_id,
'label' => $sidebar["name"],
'description' => $sidebar["description"],
'label' => $sidebar['name'],
'description' => $sidebar['description'],
)
)
);
Expand Down