Skip to content

Commit

Permalink
Merge pull request #12 from vektor-inc/fix/args_delete
Browse files Browse the repository at this point in the history
【確認待ち】fix: 余計な引数を削除
  • Loading branch information
kurudrive authored Dec 11, 2023
2 parents eb26044 + e4096da commit 60c060e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VkTermColor.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public static function get_post_single_term_info( $post, $args = array() ) {
$term = $terms[0];

// タームのメタデータから色を取得
$color = self::get_term_color($term->term_id, true);
$color = self::get_term_color($term->term_id);

// タームのURLを取得
$term_url = get_term_link($term);
Expand Down

0 comments on commit 60c060e

Please sign in to comment.