Skip to content

Commit 5f029b5

Browse files
pdate
1 parent 9a30fcb commit 5f029b5

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

widgets/floating-elements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ protected function register_controls() {
9292
$this->start_controls_section(
9393
'floating_elements_section',
9494
[
95-
'label' => esc_html__( 'WCF Floating Elements', 'animation-addons-for-elementor' ),
95+
'label' => esc_html__( 'AAE Floating Elements', 'animation-addons-for-elementor' ),
9696
]
9797
);
9898

widgets/icon-box.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* @since 1.0.0
2525
*/
2626
class Icon_Box extends Widget_Base {
27+
2728
use WCF_Button_Trait;
2829
public function get_name() {
2930
return 'wcf--icon-box';

widgets/image-box.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
*/
2626
class Image_Box extends Widget_Base {
2727
use WCF_Button_Trait;
28-
2928
/**
3029
* Retrieve the widget name.
3130
*

widgets/services-tab.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,12 @@
2929
* @since 1.0.0
3030
*/
3131
class Services_Tab extends Widget_Base {
32+
3233
use WCF_Button_Trait;
3334

3435
/**
35-
* Get widget name.
36-
*
37-
* Retrieve tabs widget name.
38-
*
36+
* Get widget name.
37+
* Retrieve tabs widget name.
3938
* @return string Widget name.
4039
* @since 1.0.0
4140
* @access public

0 commit comments

Comments
 (0)