diff --git a/inc/other-widget/widget-page.php b/inc/other-widget/widget-page.php index 66824232..77a3da37 100644 --- a/inc/other-widget/widget-page.php +++ b/inc/other-widget/widget-page.php @@ -25,8 +25,6 @@ public static function veu_widget_description() { return __( 'Displays a page contents to widget.', 'vk-all-in-one-expansion-unit' ); } - /* - -------------------------------------------*/ /* template-tags /*-------------------------------------------*/ @@ -120,8 +118,6 @@ public static function widget_title( $instance ) { } - /* - -------------------------------------------*/ /* form /*-------------------------------------------*/ @@ -203,8 +199,6 @@ function update( $new_instance, $old_instance ) { return $instance; } - /* - -------------------------------------------*/ /* widget /*-------------------------------------------*/ @@ -218,8 +212,6 @@ function widget( $args, $instance ) { } - /* - -------------------------------------------*/ /* display_page /*-------------------------------------------*/ diff --git a/inc/other-widget/widget-pr-blocks.php b/inc/other-widget/widget-pr-blocks.php index 4da7bf3d..a1043eb3 100644 --- a/inc/other-widget/widget-pr-blocks.php +++ b/inc/other-widget/widget-pr-blocks.php @@ -7,8 +7,6 @@ /*-------------------------------------------*/ class WP_Widget_vkExUnit_PR_Blocks extends WP_Widget { - /* - -------------------------------------------*/ /* form /*-------------------------------------------*/ @@ -85,8 +83,6 @@ public static function default_options( $args = array() ) { } - /* - -------------------------------------------*/ /* form /*-------------------------------------------*/ @@ -205,8 +201,6 @@ public function form( $instance ) { } } - /* - -------------------------------------------*/ /* Update /*-------------------------------------------*/ @@ -233,8 +227,6 @@ public function update( $new_instance, $old_instance ) { } - /* - -------------------------------------------*/ /* widget /*-------------------------------------------*/ diff --git a/inc/other-widget/widget-profile.php b/inc/other-widget/widget-profile.php index 99db6c5f..5c854479 100644 --- a/inc/other-widget/widget-profile.php +++ b/inc/other-widget/widget-profile.php @@ -22,8 +22,6 @@ public static function veu_widget_description() { return __( 'Displays a your profile', 'vk-all-in-one-expansion-unit' ); } - /* - -------------------------------------------*/ /* form /*-------------------------------------------*/ @@ -35,8 +33,6 @@ public static function veu_widget_description() { /*-------------------------------------------*/ - /* - -------------------------------------------*/ /* form /*-------------------------------------------*/ @@ -186,8 +182,6 @@ function form( $instance ) {