Skip to content

Commit

Permalink
chore:phpcs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yssambare12 committed Jul 17, 2023
1 parent 8cdef35 commit ca0abcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ public static function generate_target_rule_selector( $type, $selection_options,
$term = get_term( $tax_id );
$term_taxonomy = ucfirst( str_replace( '_', ' ', $term->taxonomy ) );
$output .= '<option value="tax-' . $tax_id . $suffix . '" selected="selected">' . $term->name . ' - ' . $term_taxonomy . $term_suffix . '</option>';
}
}
}
}
$output .= '</select>';
Expand Down

0 comments on commit ca0abcf

Please sign in to comment.