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 e55e589 commit 728799a
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 34 deletions.
2 changes: 0 additions & 2 deletions inc/call-to-action/package/widget-call-to-action.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
// namespace Vektor\ExUnit\Package\Cta;


/*
-------------------------------------------*/
/*
Contact widget
/*-------------------------------------------*/
Expand Down
2 changes: 0 additions & 2 deletions inc/contact-section/contact-section.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

/*
load files
/*
-------------------------------------------*/
/*
VkExUnit_Contact
public static function instance() {
Expand Down
2 changes: 0 additions & 2 deletions inc/other-widget/widget-3pr-area.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

/*
-------------------------------------------*/
/*
PR area widget
/*-------------------------------------------*/
Expand Down
2 changes: 0 additions & 2 deletions inc/other-widget/widget-button.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php
/*
-------------------------------------------*/
/*
Button Widget
/*-------------------------------------------*/
Expand Down
2 changes: 0 additions & 2 deletions inc/other-widget/widget-page.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

/*
-------------------------------------------*/
/*
page widget
/*-------------------------------------------*/
Expand Down
2 changes: 0 additions & 2 deletions inc/other-widget/widget-pr-blocks.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

/*
-------------------------------------------*/
/*
VK PR Blocks
/*-------------------------------------------*/
Expand Down
2 changes: 0 additions & 2 deletions inc/other-widget/widget-profile.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

/*
-------------------------------------------*/
/*
Side Profile widget
/*-------------------------------------------*/
Expand Down
6 changes: 0 additions & 6 deletions inc/page-list-ancestor/page-list-ancestor.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php
/*
-------------------------------------------*/
/*
pageList_ancestor
/*-------------------------------------------*/
Expand Down Expand Up @@ -96,8 +94,6 @@ function vkExUnit_pageList_ancestor_contentHook( $content ) {
return $content;
}

/*
-------------------------------------------*/
/*
admin_metabox_content
/*-------------------------------------------*/
Expand All @@ -117,8 +113,6 @@ function vkExUnit_pageList_ancestor_admin_metabox_content() {
}


/*
-------------------------------------------*/
/*
save_custom_field
/*-------------------------------------------*/
Expand Down
4 changes: 0 additions & 4 deletions inc/sitemap-page/sitemap-page-admin-main-setting.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php
/*
-------------------------------------------*/
/*
Main setting
/*-------------------------------------------*/
Expand All @@ -15,8 +13,6 @@ function veu_sitemap_set_main_setting() {
}
add_action( 'veu_package_init', 'veu_sitemap_set_main_setting' );

/*
-------------------------------------------*/
/*
validate
/*-------------------------------------------*/
Expand Down
2 changes: 0 additions & 2 deletions inc/sitemap-page/sitemap-page-helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ function veu_get_sitemap_options_default() {
return apply_filters( 'vkExUnit_sitemap_options_default', $default_options );
}

/*
-------------------------------------------*/
/*
サイトマップで非表示にする
/*-------------------------------------------*/
Expand Down
2 changes: 0 additions & 2 deletions inc/sns/widget-fb-page-plugin.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php
/*
-------------------------------------------*/
/*
fbPagePlugin widget
/*-------------------------------------------*/
Expand Down
2 changes: 0 additions & 2 deletions inc/template-tags/package/template-tags-veu.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ function veu_get_common_options_default( $is_block_theme = null ) {
return apply_filters( 'vkExUnit_common_options_default', $default_options );
}

/*
-------------------------------------------*/
/*
validate
/*-------------------------------------------*/
Expand Down
2 changes: 0 additions & 2 deletions inc/vk-google-tag-manager/admin-page.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
$options = get_option( 'vk_google_tag_manager_related_options' );
$options_value = ! empty( $options['gtm_id'] ) ? $options['gtm_id'] : '';
/*
-------------------------------------------*/
/*
Google Analytics
/*-------------------------------------------*/
Expand Down
2 changes: 0 additions & 2 deletions inc/vk-google-tag-manager/config.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php
/*
-------------------------------------------*/
/*
Load modules
/*-------------------------------------------*/
Expand Down

0 comments on commit 728799a

Please sign in to comment.