From 69c17f9c1942fd0d6a5ea941636e87723b8a6fe2 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Wed, 21 Jul 2021 16:19:29 -0500 Subject: dos2unix on all .php files, begin paring down admin page and site branding. --- .../class-astra-learndash-sidebar-configs.php | 124 ++++++++++----------- 1 file changed, 62 insertions(+), 62 deletions(-) (limited to 'inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php') diff --git a/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php b/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php index 336afee..d1dc90f 100644 --- a/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php +++ b/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php @@ -1,62 +1,62 @@ - ASTRA_THEME_SETTINGS . '[learndash-sidebar-layout]', - 'type' => 'control', - 'control' => 'ast-select', - 'section' => 'section-sidebars', - 'divider' => array( 'ast_class' => 'ast-top-divider' ), - 'default' => astra_get_option( 'learndash-sidebar-layout' ), - 'priority' => 5, - 'title' => __( 'LearnDash', 'astra' ), - 'description' => __( 'This layout will apply on all single course, lesson, topic and quiz.', 'astra' ), - 'choices' => array( - 'default' => __( 'Default', 'astra' ), - 'no-sidebar' => __( 'No Sidebar', 'astra' ), - 'left-sidebar' => __( 'Left Sidebar', 'astra' ), - 'right-sidebar' => __( 'Right Sidebar', 'astra' ), - ), - ), - ); - - return array_merge( $configurations, $_configs ); - } - } -} - -new Astra_Learndash_Sidebar_Configs(); + ASTRA_THEME_SETTINGS . '[learndash-sidebar-layout]', + 'type' => 'control', + 'control' => 'ast-select', + 'section' => 'section-sidebars', + 'divider' => array( 'ast_class' => 'ast-top-divider' ), + 'default' => astra_get_option( 'learndash-sidebar-layout' ), + 'priority' => 5, + 'title' => __( 'LearnDash', 'astra' ), + 'description' => __( 'This layout will apply on all single course, lesson, topic and quiz.', 'astra' ), + 'choices' => array( + 'default' => __( 'Default', 'astra' ), + 'no-sidebar' => __( 'No Sidebar', 'astra' ), + 'left-sidebar' => __( 'Left Sidebar', 'astra' ), + 'right-sidebar' => __( 'Right Sidebar', 'astra' ), + ), + ), + ); + + return array_merge( $configurations, $_configs ); + } + } +} + +new Astra_Learndash_Sidebar_Configs(); -- cgit v1.2.3-70-g09d2