Skip to content

Commit

Permalink
コメント修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Dec 2, 2024
1 parent fe79daa commit e55e589
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
8 changes: 0 additions & 8 deletions inc/other-widget/widget-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
/*-------------------------------------------*/
Expand Down Expand Up @@ -120,8 +118,6 @@ public static function widget_title( $instance ) {
}


/*
-------------------------------------------*/
/*
form
/*-------------------------------------------*/
Expand Down Expand Up @@ -203,8 +199,6 @@ function update( $new_instance, $old_instance ) {
return $instance;
}

/*
-------------------------------------------*/
/*
widget
/*-------------------------------------------*/
Expand All @@ -218,8 +212,6 @@ function widget( $args, $instance ) {
}


/*
-------------------------------------------*/
/*
display_page
/*-------------------------------------------*/
Expand Down
8 changes: 0 additions & 8 deletions inc/other-widget/widget-pr-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
/*-------------------------------------------*/
class WP_Widget_vkExUnit_PR_Blocks extends WP_Widget {

/*
-------------------------------------------*/
/*
form
/*-------------------------------------------*/
Expand Down Expand Up @@ -85,8 +83,6 @@ public static function default_options( $args = array() ) {
}


/*
-------------------------------------------*/
/*
form
/*-------------------------------------------*/
Expand Down Expand Up @@ -205,8 +201,6 @@ public function form( $instance ) {
}
}

/*
-------------------------------------------*/
/*
Update
/*-------------------------------------------*/
Expand All @@ -233,8 +227,6 @@ public function update( $new_instance, $old_instance ) {
}


/*
-------------------------------------------*/
/*
widget
/*-------------------------------------------*/
Expand Down
10 changes: 0 additions & 10 deletions inc/other-widget/widget-profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ public static function veu_widget_description() {
return __( 'Displays a your profile', 'vk-all-in-one-expansion-unit' );
}

/*
-------------------------------------------*/
/*
form
/*-------------------------------------------*/
Expand All @@ -35,8 +33,6 @@ public static function veu_widget_description() {
/*-------------------------------------------*/


/*
-------------------------------------------*/
/*
form
/*-------------------------------------------*/
Expand Down Expand Up @@ -186,8 +182,6 @@ function form( $instance ) {
<?php
}

/*
-------------------------------------------*/
/*
update
/*-------------------------------------------*/
Expand All @@ -213,8 +207,6 @@ function update( $new_instance, $old_instance ) {
$instance['icon_color'] = esc_html( $new_instance['icon_color'] );
return $instance;
}
/*
-------------------------------------------*/
/*
SNSアイコンに出力するCSSを出力する関数
/*-------------------------------------------*/
Expand Down Expand Up @@ -356,8 +348,6 @@ public static function image_outer_size_css( $instance ) {
return $media_outer_size_css;
}

/*
-------------------------------------------*/
/*
widget
/*-------------------------------------------*/
Expand Down
2 changes: 0 additions & 2 deletions inc/sitemap-page/sitemap-page-admin-main-setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ function veu_sitemap_options_validate( $input ) {
function veu_add_sitemap_options_page() {
$options = veu_get_sitemap_options();

/*
-------------------------------------------*/
/*
sitemap page
/*-------------------------------------------*/
Expand Down

0 comments on commit e55e589

Please sign in to comment.