Skip to content

Commit

Permalink
Fix lint/phpcs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rami-elementor committed Dec 4, 2024
1 parent 900c970 commit 1f9da5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions includes/settings/settings-footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ protected function register_tab_controls() {
$this->start_controls_tab(
'hello_footer_title_colors_normal',
[
'label' => esc_html__( 'Normal', 'elementor' ),
'label' => esc_html__( 'Normal', 'hello-elementor' ),
'condition' => [
'hello_footer_logo_display' => 'yes',
'hello_footer_logo_type' => 'title',
Expand Down Expand Up @@ -444,7 +444,7 @@ protected function register_tab_controls() {
$this->start_controls_tab(
'hello_footer_title_colors_hover',
[
'label' => esc_html__( 'Hover', 'elementor' ),
'label' => esc_html__( 'Hover', 'hello-elementor' ),
'condition' => [
'hello_footer_logo_display' => 'yes',
'hello_footer_logo_type' => 'title',
Expand All @@ -470,7 +470,7 @@ protected function register_tab_controls() {
$this->add_control(
'hello_footer_title_hover_color_transition_duration',
[
'label' => esc_html__( 'Transition Duration', 'elementor' ),
'label' => esc_html__( 'Transition Duration', 'hello-elementor' ),
'type' => Controls_Manager::SLIDER,
'size_units' => [ 's', 'ms', 'custom' ],
'default' => [
Expand Down
6 changes: 3 additions & 3 deletions includes/settings/settings-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ protected function register_tab_controls() {
$this->start_controls_tab(
'hello_header_title_colors_normal',
[
'label' => esc_html__( 'Normal', 'elementor' ),
'label' => esc_html__( 'Normal', 'hello-elementor' ),
'condition' => [
'hello_header_logo_display' => 'yes',
'hello_header_logo_type' => 'title',
Expand Down Expand Up @@ -446,7 +446,7 @@ protected function register_tab_controls() {
$this->start_controls_tab(
'hello_header_title_colors_hover',
[
'label' => esc_html__( 'Hover', 'elementor' ),
'label' => esc_html__( 'Hover', 'hello-elementor' ),
'condition' => [
'hello_header_logo_display' => 'yes',
'hello_header_logo_type' => 'title',
Expand All @@ -472,7 +472,7 @@ protected function register_tab_controls() {
$this->add_control(
'hello_header_title_hover_color_transition_duration',
[
'label' => esc_html__( 'Transition Duration', 'elementor' ),
'label' => esc_html__( 'Transition Duration', 'hello-elementor' ),
'type' => Controls_Manager::SLIDER,
'size_units' => [ 's', 'ms', 'custom' ],
'default' => [
Expand Down

0 comments on commit 1f9da5d

Please sign in to comment.