Skip to content

Commit

Permalink
Merge pull request #1129 from vektor-inc/fix/delete-no-use-output
Browse files Browse the repository at this point in the history
不要な 未定義変数 をreturn しているので削除
  • Loading branch information
kurudrive authored Nov 10, 2024
2 parents bd9ee1a + 8a76b57 commit 2118ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion veu-package-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function veu_package_register( $args ) {
function veu_package_include() {
global $vkExUnit_packages;
if ( ! count( $vkExUnit_packages ) || ! is_array( $vkExUnit_packages ) ) {
return $output; }
return; }
$options = veu_get_common_options();
$include_base = VEU_DIRECTORY_PATH . '/inc/';

Expand Down

0 comments on commit 2118ab8

Please sign in to comment.