Skip to content

Commit eb91697

Browse files
Merge branch 'dashboard' of https://github.com/Wealcoder/animation-addons-for-elementor into dashboard
2 parents 5a32aa2 + d11adfa commit eb91697

File tree

3 files changed

+3
-188
lines changed

3 files changed

+3
-188
lines changed

class-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ private function include_files() {
628628
include_once WCF_ADDONS_PATH . 'inc/trait-wcf-post-query.php';
629629
include_once WCF_ADDONS_PATH . 'inc/trait-wcf-button.php';
630630
include_once WCF_ADDONS_PATH . 'inc/trait-wcf-slider.php';
631-
include_once WCF_ADDONS_PATH . 'inc/author-settings.php';
631+
632632
//extensions
633633
$this->register_extensions();
634634
}

inc/author-settings.php

Lines changed: 0 additions & 185 deletions
This file was deleted.

widgets/search-form.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ protected function register_search_style_controls() {
402402
);
403403

404404
$this->add_control(
405-
'input_text_color',
405+
'input_title_color',
406406
[
407407
'label' => esc_html__( 'Text Color', 'animation-addons-for-elementor' ),
408408
'type' => Controls_Manager::COLOR,
@@ -997,7 +997,7 @@ protected function register_default_theme_styles() {
997997
);
998998

999999
$this->add_control(
1000-
'title_color',
1000+
'input_text_color',
10011001
[
10021002
'label' => esc_html__( 'Text Color', 'animation-addons-for-elementor' ),
10031003
'type' => Controls_Manager::COLOR,

0 commit comments

Comments
 (0)