diff --git a/core/includes/functions.php b/core/includes/functions.php index 294bb7c2..7af0a86c 100644 --- a/core/includes/functions.php +++ b/core/includes/functions.php @@ -1684,37 +1684,30 @@ function defaults() { 'widget-1' => array( 'name' => esc_html__( 'Widget 1', 'responsive' ), 'section' => 'sidebar-widgets-footer-widget-1', - 'icon' => 'wordpress', ), 'widget-2' => array( 'name' => esc_html__( 'Widget 2', 'responsive' ), 'section' => 'sidebar-widgets-footer-widget-2', - 'icon' => 'wordpress', ), 'widget-3' => array( 'name' => esc_html__( 'Widget 3', 'responsive' ), 'section' => 'sidebar-widgets-footer-widget-3', - 'icon' => 'wordpress', ), 'widget-4' => array( 'name' => esc_html__( 'Widget 4', 'responsive' ), 'section' => 'sidebar-widgets-footer-widget-4', - 'icon' => 'wordpress', ), 'widget-5' => array( 'name' => esc_html__( 'Widget 5', 'responsive' ), 'section' => 'sidebar-widgets-footer-widget-5', - 'icon' => 'wordpress', ), 'widget-6' => array( 'name' => esc_html__( 'Widget 6', 'responsive' ), 'section' => 'sidebar-widgets-footer-widget-6', - 'icon' => 'wordpress', ), 'colophon-widget' => array( 'name' => esc_html__( 'Colophon Widget', 'responsive' ), 'section' => 'sidebar-widgets-colophon-widget', - 'icon' => 'wordpress', ), 'scroll_to_top' => array( 'name' => esc_html__( 'Scroll to Top', 'responsive' ), @@ -1737,37 +1730,30 @@ function defaults() { 'widget-1' => array( 'name' => esc_html__( 'Widget 1', 'responsive' ), 'section' => 'sidebar-widgets-footer-widget-1', - 'icon' => 'wordpress', ), 'widget-2' => array( 'name' => esc_html__( 'Widget 2', 'responsive' ), 'section' => 'sidebar-widgets-footer-widget-2', - 'icon' => 'wordpress', ), 'widget-3' => array( 'name' => esc_html__( 'Widget 3', 'responsive' ), 'section' => 'sidebar-widgets-footer-widget-3', - 'icon' => 'wordpress', ), 'widget-4' => array( 'name' => esc_html__( 'Widget 4', 'responsive' ), 'section' => 'sidebar-widgets-footer-widget-4', - 'icon' => 'wordpress', ), 'widget-5' => array( 'name' => esc_html__( 'Widget 5', 'responsive' ), 'section' => 'sidebar-widgets-footer-widget-5', - 'icon' => 'wordpress', ), 'widget-6' => array( 'name' => esc_html__( 'Widget 6', 'responsive' ), 'section' => 'sidebar-widgets-footer-widget-6', - 'icon' => 'wordpress', ), 'colophon-widget' => array( 'name' => esc_html__( 'Colophon Widget', 'responsive' ), 'section' => 'sidebar-widgets-colophon-widget', - 'icon' => 'wordpress', ), 'scroll_to_top' => array( 'name' => esc_html__( 'Scroll to Top', 'responsive' ),